diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2006-11-12 20:01:50 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2006-11-12 20:01:50 +0000 |
commit | d136d2fceabf58fbbadc07b4a03bd25d193849ff (patch) | |
tree | f0fcb6394d6612a947f074cff6ac383eb3c1b3ad /libavcodec/parser.h | |
parent | 36cd3069073f78907b8ad3fd12c5faf8070a5cc6 (diff) | |
download | ffmpeg-d136d2fceabf58fbbadc07b4a03bd25d193849ff.tar.gz |
make mpeg4video_split public as ff_mpeg4video_split
Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r-- | libavcodec/parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 46e1d8c1e3..6a0398a391 100644 --- a/libavcodec/parser.h +++ b/libavcodec/parser.h @@ -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); |