---
avprobe.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/avprobe.c b/avprobe.c
index 926a781..5353db8 100644
--- a/avprobe.c
+++ b/avprobe.c
@@ -608,6 +608,10 @@ static void show_stream(AVFormatContext *fmt_ctx, int
stream_idx)
case AVMEDIA_TYPE_VIDEO:
probe_int("width", dec_ctx->width);
probe_int("height", dec_ctx->height);
+ probe_int("orig_width", dec_ctx->orig_width);
+ probe_int("orig_height", dec_ctx->orig_height);
+ probe_int("coded_width", dec_ctx->coded_width);
+ probe_int("coded_height", dec_ctx->coded_height);
probe_int("has_b_frames", dec_ctx->has_b_frames);
if (dec_ctx->sample_aspect_ratio.num)
sar = &dec_ctx->sample_aspect_ratio;
--
1.9.3 (Apple Git-50)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel