summaryrefslogtreecommitdiff
path: root/libavcodec/jacosubdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/jacosubdec.c')
-rw-r--r--libavcodec/jacosubdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jacosubdec.c b/libavcodec/jacosubdec.c
index 245ae22221..e3bf9f4226 100644
--- a/libavcodec/jacosubdec.c
+++ b/libavcodec/jacosubdec.c
@@ -163,7 +163,7 @@ static void jacosub_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *src
}
static int jacosub_decode_frame(AVCodecContext *avctx, AVSubtitle *sub,
- int *got_sub_ptr, AVPacket *avpkt)
+ int *got_sub_ptr, const AVPacket *avpkt)
{
int ret;
const char *ptr = avpkt->data;