]> git.sesse.net Git - ffmpeg/blobdiff - fftools/ffmpeg.h
avformat/hls: clean up duplicate option fields
[ffmpeg] / fftools / ffmpeg.h
index 8195f73e8b25e35e30ba245c8e3a3095e9929419..d44b7a5c72a52e843fb84131c35d773b6d639b97 100644 (file)
@@ -526,9 +526,6 @@ typedef struct OutputStream {
 
     int keep_pix_fmt;
 
-    AVCodecParserContext *parser;
-    AVCodecContext       *parser_avctx;
-
     /* stats */
     // combined size of all the packets written
     uint64_t data_size;