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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user