summaryrefslogtreecommitdiff
path: root/libavcodec/parser.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-07 07:16:37 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2012-03-07 09:48:29 -0800
commitaed9da20afee128a23b0fc6046ca74df74154c5f (patch)
treeea52520793fd996ab9baea3f4a8bcefdb00bfacb /libavcodec/parser.h
parente6ffd997cbc06426e75d3fa291b991866c84a79b (diff)
parser: remove forward declaration of MpegEncContext
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r--libavcodec/parser.h2
1 files changed, 0 insertions, 2 deletions
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);