diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-11 00:16:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-11 00:35:01 +0100 |
commit | c8f83a4c78e429ebd6184e5cd663fdf65c48b9cc (patch) | |
tree | 666f80526a0c613d91eb788f8ed12143f3f0496e /libavformat/voc.h | |
parent | 87deebe11a3a9e36472e826f79e09e3b1d112924 (diff) | |
download | ffmpeg-c8f83a4c78e429ebd6184e5cd663fdf65c48b9cc.tar.gz |
avformat/voc: add seeking support
Fixes Ticket1333
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/voc.h')
-rw-r--r-- | libavformat/voc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |