mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
avviddec: Fix comment to say interlace-mode instead of interlaced-mode
This commit is contained in:
parent
2c38c99a86
commit
88da0fb956
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue