From 8b13445791952324174f50b76519eddc347dc29a Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 18 Aug 2012 13:22:57 +0100 Subject: avprobe: add const to AVCodec pointer Signed-off-by: Mans Rullgard --- avprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avprobe.c') diff --git a/avprobe.c b/avprobe.c index 4e68313201..270baccf29 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; -- cgit v1.2.3