comparison 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
comparison
equal deleted inserted replaced
4176:23da44e8fd05 4177:127d84a4c8e0
58 void ff_parse1_close(AVCodecParserContext *s); 58 void ff_parse1_close(AVCodecParserContext *s);
59 59
60 /* h263dec.c */ 60 /* h263dec.c */
61 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); 61 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
62 62
63 /* cavs.c */
64 int ff_cavs_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
65
66 #endif /* !FFMPEG_PARSER_H */ 63 #endif /* !FFMPEG_PARSER_H */