[FFmpeg-devel] [PATCH] dvbsub fix transcoding
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu May 22 11:26:54 CEST 2014
Anshul Maheshwari <anshul.ffmpeg <at> gmail.com> writes:
/* Note: DVB subtitle need one packet to draw them and one other
> packet to clear them */
> /* XXX: signal it in the codec context ? */
> if (enc->codec_id == AV_CODEC_ID_DVB_SUBTITLE)
> - nb = 2;
> + nb = 1;
I tested your patch with the first sample from
ticket #2024 (Starship_Troopers.vob) and as far
as I can tell, it breaks the output. Does it work
for you?
Carl Eugen
More information about the ffmpeg-devel
mailing list