[FFmpeg-trac] #3141(undetermined:closed): ffprobe doesn't show the maximum number of reference frames

FFmpeg trac at avcodec.org
Fri Mar 13 09:52:28 CET 2015


#3141: ffprobe doesn't show the maximum number of reference frames
-------------------------------------+-------------------------------------
             Reporter:  julian       |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:
              Version:  git-master   |  undetermined
             Keywords:  h264         |               Resolution:  fixed
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by julian):

 thanks great to know

 i've added the ref frame output myself, if anyone else is interested the
 patch is
 {{{
 --- new/ffmpeg-2.5.3/libavformat/dump.c 2015-03-10 14:57:38.000000000
 +0100
 +++ old/ffmpeg-2.5.3/libavformat/dump.c 2015-01-10 05:21:06.000000000
 +0100
 @@ -418,8 +418,6 @@
          av_log(NULL, AV_LOG_INFO, " (visual impaired)");
      if (st->disposition & AV_DISPOSITION_CLEAN_EFFECTS)
          av_log(NULL, AV_LOG_INFO, " (clean effects)");
 +
 +    av_log(NULL, AV_LOG_INFO, " |refs: %d|", st->codec->refs);
      av_log(NULL, AV_LOG_INFO, "\n");

      dump_metadata(NULL, st->metadata, "    ");
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3141#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list