]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
lavd/pulse_audio_enc: fix flush return code
[ffmpeg] / ffmpeg.h
index 054e71814de6dfa14b1e2eac07aec1a78d6db25e..c001d2cc166ced845e4a820b1d73985041754209 100644 (file)
--- 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 {