[FFmpeg-cvslog] ffprobe: add frame metadata printing

Stefano Sabatini git at videolan.org
Sat Jul 14 13:09:48 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Jul 11 00:43:53 2012 +0200| [6c3b3cfd90abec916871c8241bd11f242e13190d] | committer: Stefano Sabatini

ffprobe: add frame metadata printing

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c3b3cfd90abec916871c8241bd11f242e13190d
---

 ffprobe.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffprobe.c b/ffprobe.c
index 14cb054..1f6e048 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1645,6 +1645,7 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream)
         print_int("nb_samples",         frame->nb_samples);
         break;
     }
+    show_tags(av_frame_get_metadata(frame));
 
     print_section_footer("frame");
 



More information about the ffmpeg-cvslog mailing list