summaryrefslogtreecommitdiffstats
path: root/encode_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'encode_lavc.h')
-rw-r--r--encode_lavc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/encode_lavc.h b/encode_lavc.h
index 7c1ca07545..29b35c6335 100644
--- a/encode_lavc.h
+++ b/encode_lavc.h
@@ -59,8 +59,11 @@ struct encode_lavc_context {
struct stream *twopass_bytebuffer_v;
unsigned int t0;
unsigned int frames;
+
bool expect_video;
bool expect_audio;
+ bool video_first;
+ bool audio_first;
// has encoding failed?
bool failed;