Hi!

Attached patch removes a request for samples of which we already have several that all work fine.

Please comment, Carl Eugen
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 7a4633f..aabae69 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -1603,9 +1603,6 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
                         st->codec->field_order = AV_FIELD_BB;
                         break;
                     default:
-                        avpriv_request_sample(mxf->fc,
-                                              "Field dominance %d support",
-                                              descriptor->field_dominance);
                         break;
                     }
                     /* Turn field height into frame height. */
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to