summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--ffmpeg.c9
-rw-r--r--ffmpeg.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 054e718..c001d2c 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -371,6 +371,8 @@ typedef struct OutputStream {
int copy_prior_start;
int keep_pix_fmt;
+
+ AVCodecParserContext *parser;
} OutputStream;
typedef struct OutputFile {