diff parser.h @ 4175:b3328ed50a5e libavcodec

make mpeg4video_split public as ff_mpeg4video_split
author stefang
date Sun, 12 Nov 2006 20:01:50 +0000
parents 2205aefb22b7
children 127d84a4c8e0
line wrap: on
line diff
--- a/parser.h	Sun Nov 12 18:49:36 2006 +0000
+++ b/parser.h	Sun Nov 12 20:01:50 2006 +0000
@@ -52,6 +52,8 @@
 #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);