]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/filmstripdec.c
ffplay: simplify video pts calculation
[ffmpeg] / libavformat / filmstripdec.c
index aa41fa45c50f9e5c2972c0656ac12e6dd7ecce59..1cd1a4837bf4ac9b202f22ecf72356f59f22059f 100644 (file)
@@ -55,7 +55,7 @@ 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");
+        avpriv_request_sample(s, "Unsupported packing method");
         return AVERROR_PATCHWELCOME;
     }