diff parser.h @ 4177:127d84a4c8e0 libavcodec

move all cavs-parsing to cavs.c This should help building parser without decoder
author stefang
date Sun, 12 Nov 2006 20:18:07 +0000
parents b3328ed50a5e
children 522e52c630bd
line wrap: on
line diff
--- a/parser.h	Sun Nov 12 20:08:09 2006 +0000
+++ b/parser.h	Sun Nov 12 20:18:07 2006 +0000
@@ -60,7 +60,4 @@
 /* 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 */