X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=avconv.h;h=cb3005d3bbb36a83ddd0ab12d56f9371aa1cd689;hp=eb7e37f8750f08ea726a4e4013076886caeccc63;hb=c872d310cd9c605e5f994ad8ac79dc72303c0d29;hpb=8b64c2ba0382892cad9e1a5ba601696d4cbb4d04 diff --git a/avconv.h b/avconv.h index eb7e37f875..cb3005d3bb 100644 --- a/avconv.h +++ b/avconv.h @@ -305,6 +305,8 @@ typedef struct OutputStream { int copy_initial_nonkeyframes; enum AVPixelFormat pix_fmts[2]; + + AVCodecParserContext *parser; } OutputStream; typedef struct OutputFile {