summaryrefslogtreecommitdiff
path: root/libavcodec/a64enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/a64enc.h')
-rw-r--r--libavcodec/a64enc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/a64enc.h b/libavcodec/a64enc.h
index b64b952fe4..bf5eb02cd1 100644
--- a/libavcodec/a64enc.h
+++ b/libavcodec/a64enc.h
@@ -50,6 +50,9 @@ typedef struct A64Context {
uint8_t *mc_colram;
uint8_t *mc_palette;
int mc_pal_size;
+
+ /* pts of the next packet that will be output */
+ int64_t next_pts;
} A64Context;
#endif /* AVCODEC_A64ENC_H */