Commit 8b134457 authored by Mans Rullgard's avatar Mans Rullgard

avprobe: add const to AVCodec pointer

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent edb5238c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment