From c8f83a4c78e429ebd6184e5cd663fdf65c48b9cc Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 11 Jan 2015 00:16:41 +0100 Subject: avformat/voc: add seeking support Fixes Ticket1333 Signed-off-by: Michael Niedermayer --- libavformat/voc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/voc.h') diff --git a/libavformat/voc.h b/libavformat/voc.h index 08db970ae6..1f9a8be000 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -27,6 +27,7 @@ typedef struct voc_dec_context { int64_t remaining_size; + int64_t pts; } VocDecContext; typedef enum voc_type { -- cgit v1.2.3