From 53aa68b3290533eeaae7812ad1c30de5f783e9f6 Mon Sep 17 00:00:00 2001 From: Stefan Gehrer Date: Sun, 12 Nov 2006 20:18:07 +0000 Subject: move all cavs-parsing to cavs.c This should help building parser without decoder Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/parser.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/parser.h') diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 6a0398a391..3496b341f4 100644 --- a/libavcodec/parser.h +++ b/libavcodec/parser.h @@ -60,7 +60,4 @@ void ff_parse1_close(AVCodecParserContext *s); /* h263dec.c */ int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); -/* cavs.c */ -int ff_cavs_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); - #endif /* !FFMPEG_PARSER_H */ -- cgit v1.2.3