From 7340008f18dc7d1557efbf5a331c9452913f7f61 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 23 Feb 2012 10:21:07 +0100 Subject: a64multienc: switch to encode2(). We have no decoder, so cannot test if the output is decodable. --- libavcodec/a64enc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/a64enc.h') 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 */ -- cgit v1.2.3