--sub-margin is not working
atm NOTHING is obeying the --sub-margin option. It is totally useless and confusing our users. We need to fix it, and we should probably disable it in the release if it is not fixed.
atm NOTHING is obeying the --sub-margin option. It is totally useless and confusing our users. We need to fix it, and we should probably disable it in the release if it is not fixed.
changed the description
this seems to be due to the
p_fmt->i_height )}}}
check in video_output/vout_subpictures.c .
The p_fmt->i_height variable is already bigger than the whole video (when i tested with a DVD) which makes it impossible for the test to be true. I'll try to dig a little bit more to see who sets p_fmt and if this behavior can be changed so it sets i_height to the actual "visual" height of the subpicture.
added Status::fixed label
closed
VideoLAN code repository instance