Signed-off-by: Mans Rullgard <[email protected]>
---
avprobe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/avprobe.c b/avprobe.c
index 4e68313..270bacc 100644
--- a/avprobe.c
+++ b/avprobe.c
@@ -581,7 +581,7 @@ static void show_stream(AVFormatContext *fmt_ctx, int
stream_idx)
{
AVStream *stream = fmt_ctx->streams[stream_idx];
AVCodecContext *dec_ctx;
- AVCodec *dec;
+ const AVCodec *dec;
const char *profile;
char val_str[128];
AVRational display_aspect_ratio;
--
1.7.11.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel