avviddec: Fix comment to say interlace-mode instead of interlaced-mode

This commit is contained in:
Sebastian Dröge 2016-11-04 16:27:59 +02:00
parent 2c38c99a86
commit 88da0fb956

View file

@ -945,7 +945,7 @@ update_video_context (GstFFMpegVidDec * ffmpegdec, AVCodecContext * context,
ffmpegdec->pic_par_d = picture->sample_aspect_ratio.den;
/* Remember if we have interlaced content and the field order changed
* at least once. If that happens, we must be interlaced-mode=mixed
* at least once. If that happens, we must be interlace-mode=mixed
*/
if (ffmpegdec->pic_field_order_changed ||
(ffmpegdec->pic_field_order != pic_field_order &&