Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/smvjpegdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/smvjpegdec.c b/libavcodec/smvjpegdec.c
index 72c8f34370..f153f6e390 100644
--- a/libavcodec/smvjpegdec.c
+++ b/libavcodec/smvjpegdec.c
@@ -88,7 +88,7 @@ static av_cold int smvjpeg_decode_end(AVCodecContext *avctx)
static av_cold int smvjpeg_decode_init(AVCodecContext *avctx)
{
SMVJpegDecodeContext *s = avctx->priv_data;
- AVCodec *codec;
+ const AVCodec *codec;
AVDictionary *thread_opt = NULL;
int ret;
--
2.25.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".