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
This commit is contained in:
Stefan Gehrer
2006-11-12 20:18:07 +00:00
parent 55fde95e3b
commit 53aa68b329
5 changed files with 84 additions and 83 deletions

View File

@@ -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 */