Commit aed9da20 authored by Paul B Mahol's avatar Paul B Mahol Committed by Ronald S. Bultje

parser: remove forward declaration of MpegEncContext

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent e6ffd997
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment