summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h2
1 files changed, 2 insertions, 0 deletions
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 {