]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pixlet.c
avutil/cpu: Remove deprecated functions
[ffmpeg] / libavcodec / pixlet.c
index 42acd683faaa3ffadd64e49de1f4db5635d8b4cf..ad9d830af7ad1e57e95ac5d8b10c6cc56f853835 100644 (file)
@@ -525,7 +525,7 @@ static void postprocess_chroma(AVFrame *frame, int w, int h, int depth)
 }
 
 static int decode_plane(AVCodecContext *avctx, int plane,
-                        AVPacket *avpkt, AVFrame *frame)
+                        const AVPacket *avpkt, AVFrame *frame)
 {
     PixletContext *ctx = avctx->priv_data;
     ptrdiff_t stride   = frame->linesize[plane] / 2;