]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/filmstripdec.c
vc1: Split bits used in libavformat into a separate header
[ffmpeg] / libavformat / filmstripdec.c
index 7c327e93247a56c43dbbb150656a1336a2717654..3fa68424b7ecdd6f3aec09444b2e8b8e18b11745 100644 (file)
@@ -55,8 +55,8 @@ static int read_header(AVFormatContext *s)
 
     st->nb_frames = avio_rb32(pb);
     if (avio_rb16(pb) != 0) {
-        av_log_ask_for_sample(s, "unsupported packing method\n");
-        return AVERROR_INVALIDDATA;
+        avpriv_request_sample(s, "Unsupported packing method");
+        return AVERROR_PATCHWELCOME;
     }
 
     avio_skip(pb, 2);