diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-09 23:13:43 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-09 23:13:43 +0000 |
commit | df495dbd9a5fc5053d5e7e6976932bb104cde4a6 (patch) | |
tree | 5d467365b678c53edfc545874a9bf1ed6c0a77a5 /libavcodec/parser.h | |
parent | 87e61d09cc22ec2d438a9014559d881b782a6a21 (diff) | |
download | ffmpeg-df495dbd9a5fc5053d5e7e6976932bb104cde4a6.tar.gz |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
now h263dec depends on mpeg4video_parser
this fixes compilation when h263 decoder is disabled
Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r-- | libavcodec/parser.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 5cf1fee28e..8492a0c9b0 100644 --- a/libavcodec/parser.h +++ b/libavcodec/parser.h @@ -59,7 +59,4 @@ int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, void ff_parse_close(AVCodecParserContext *s); void ff_parse1_close(AVCodecParserContext *s); -/* h263dec.c */ -int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); - #endif /* !FFMPEG_PARSER_H */ |