make mpeg4video_split public as ff_mpeg4video_split

Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefan Gehrer
2006-11-12 20:01:50 +00:00
parent 36cd306907
commit d136d2fcea
2 changed files with 5 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ typedef struct ParseContext1{
#define END_NOT_FOUND (-100)
int ff_combine_frame(ParseContext *pc, int next, uint8_t **buf, int *buf_size);
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
int buf_size);
void ff_parse_close(AVCodecParserContext *s);
void ff_parse1_close(AVCodecParserContext *s);