avprobe: add const to AVCodec pointer
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
edb5238ccb
commit
8b13445791
@ -581,7 +581,7 @@ static void show_stream(AVFormatContext *fmt_ctx, int stream_idx)
|
|||||||
{
|
{
|
||||||
AVStream *stream = fmt_ctx->streams[stream_idx];
|
AVStream *stream = fmt_ctx->streams[stream_idx];
|
||||||
AVCodecContext *dec_ctx;
|
AVCodecContext *dec_ctx;
|
||||||
AVCodec *dec;
|
const AVCodec *dec;
|
||||||
const char *profile;
|
const char *profile;
|
||||||
char val_str[128];
|
char val_str[128];
|
||||||
AVRational display_aspect_ratio;
|
AVRational display_aspect_ratio;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user