[FFmpeg-cvslog] avformat/dump: Show coded dimensions again

Michael Niedermayer git at videolan.org
Mon Jun 13 20:29:26 CEST 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Jun  5 04:11:11 2016 +0200| [4879841d1529e1919fc07f613ecd1a0f65b9d456] | committer: Michael Niedermayer

avformat/dump: Show coded dimensions again

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavformat/dump.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/dump.c b/libavformat/dump.c
index 126b624..8e97197 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -458,6 +458,8 @@ static void dump_stream_format(AVFormatContext *ic, int i,
     avctx->codec      = st->codec->codec;
     avctx->qmin       = st->codec->qmin;
     avctx->qmax       = st->codec->qmax;
+    avctx->coded_width  = st->codec->coded_width;
+    avctx->coded_height = st->codec->coded_height;
 
     if (separator)
         av_opt_set(avctx, "dump_separator", separator, 0);



More information about the ffmpeg-cvslog mailing list