avformat/dump: Show coded dimensions again

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-06-05 04:11:11 +02:00
parent 1f872332c4
commit 4879841d15
1 changed files with 2 additions and 0 deletions

View File

@ -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);