summaryrefslogtreecommitdiff
path: root/libavcodec/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r--libavcodec/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 4be12e9913..baa2c6363f 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -54,7 +54,7 @@ typedef struct ParseContext1{
#define END_NOT_FOUND (-100)
-int ff_combine_frame(ParseContext *pc, int next, uint8_t **buf, int *buf_size);
+int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
int buf_size);
void ff_parse_close(AVCodecParserContext *s);