From aed9da20afee128a23b0fc6046ca74df74154c5f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 7 Mar 2012 07:16:37 +0000 Subject: parser: remove forward declaration of MpegEncContext Signed-off-by: Paul B Mahol Signed-off-by: Ronald S. Bultje --- libavcodec/parser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/parser.h') diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 024b487bac..1d029e319e 100644 --- a/libavcodec/parser.h +++ b/libavcodec/parser.h @@ -37,8 +37,6 @@ typedef struct ParseContext{ uint64_t state64; ///< contains the last 8 bytes in MSB order } ParseContext; -struct MpegEncContext; - #define END_NOT_FOUND (-100) int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size); -- cgit v1.2.3