summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/encode_lavc.h')
-rw-r--r--common/encode_lavc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/encode_lavc.h b/common/encode_lavc.h
index cc4030a292..c60afb6cc5 100644
--- a/common/encode_lavc.h
+++ b/common/encode_lavc.h
@@ -83,7 +83,9 @@ struct encoder_context {
AVCodecContext *encoder;
struct mux_stream *mux_stream;
+ // (essentially private)
struct stream *twopass_bytebuffer;
+ AVPacket *pkt;
};
// Free with talloc_free(). (Keep in mind actual deinitialization requires