[FFmpeg-devel] [PATCH] dvbsub fix transcoding
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu May 22 11:16:52 CEST 2014
Anshul Maheshwari <anshul.ffmpeg <at> gmail.com> writes:
> Fix Ticket #2024
> if (enc->codec_id == AV_CODEC_ID_DVB_SUBTITLE)
> - nb = 2;
> + nb = 1;
> else
> nb = 1;
If this patch is correct (I cannot judge), please
completely remove the variable nb (and i) including
the for loop it is used for. Please do NOT reindent
the content of the for loop.
Thank you for working on this issue!
Carl Eugen
More information about the ffmpeg-devel
mailing list