avcodecmap: It's interlace-mode, not interlaced-mode

This commit is contained in:
Sebastian Dröge 2016-11-04 16:22:07 +02:00
parent 3423d0f553
commit 2c38c99a86

View file

@ -2568,7 +2568,7 @@ gst_ffmpeg_caps_to_pixfmt (const GstCaps * caps,
break;
}
s = gst_structure_get_string (structure, "interlaced-mode");
s = gst_structure_get_string (structure, "interlace-mode");
if (s) {
if (strcmp (s, "progressive") == 0) {
context->field_order = AV_FIELD_PROGRESSIVE;