summaryrefslogtreecommitdiff
path: root/libavcodec/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r--libavcodec/parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 6a0398a391..3496b341f4 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -60,7 +60,4 @@ void ff_parse1_close(AVCodecParserContext *s);
/* h263dec.c */
int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
-/* cavs.c */
-int ff_cavs_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
-
#endif /* !FFMPEG_PARSER_H */