summaryrefslogtreecommitdiff
path: root/libavcodec/parser.h
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2006-11-12 20:18:07 +0000
committerStefan Gehrer <stefan.gehrer@gmx.de>2006-11-12 20:18:07 +0000
commit53aa68b3290533eeaae7812ad1c30de5f783e9f6 (patch)
treee8e79db08353011f86184bfe93b1c151b562f2d6 /libavcodec/parser.h
parent55fde95e3bfc0e337a482e2508c3ce60009d8c7b (diff)
move all cavs-parsing to cavs.c
This should help building parser without decoder Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 */