]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
avcodec/mpeg12dec: drop confusing av_dlog()
[ffmpeg] / ffmpeg.c
index 25001f57db69232cb34ef906789e44ed094cb0c6..28507462aa20cfd2076bf8c3043cc46f8ce3d5aa 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -895,7 +895,7 @@ static void do_video_out(AVFormatContext *s,
     nb_frames = FFMIN(nb_frames, ost->max_frames - ost->frame_number);
     if (nb_frames == 0) {
         nb_frames_drop++;
-        av_log(NULL, AV_LOG_WARNING,
+        av_log(NULL, AV_LOG_VERBOSE,
                "*** dropping frame %d from stream %d at ts %"PRId64"\n",
                ost->frame_number, ost->st->index, in_picture->pts);
         return;