From c872d310cd9c605e5f994ad8ac79dc72303c0d29 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 28 Oct 2013 15:10:21 +0100 Subject: avconv: stop accessing AVStream.parser It is private and must not be touched from outside of lavf. --- avconv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avconv.h') 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 { -- cgit v1.2.3