]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/parser.h
lavc/vda: fix make checkheaders.
[ffmpeg] / libavcodec / parser.h
index 430eec019a8132539f274d03153483558a9e3f13..69f1064fb739576a224360b80d1333e71f683eca 100644 (file)
@@ -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);