diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-12-17 22:00:12 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-12-17 22:00:12 +0000 |
commit | 9110a0e32d5eb421558145459e2a1fcc9720c170 (patch) | |
tree | 7dbd7d7b28ecd7de0e6e981b84afc82dba377930 /libavcodec/vp56.h | |
parent | 95cefcb4ed4c0af96dea5fb993ee8349d1391021 (diff) | |
download | ffmpeg-9110a0e32d5eb421558145459e2a1fcc9720c170.tar.gz |
Add support for VP60 and VP61.
Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r-- | libavcodec/vp56.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index d6808b1e54..f8b3a8e4b6 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -76,6 +76,7 @@ struct vp56_context { uint8_t *edge_emu_buffer_alloc; uint8_t *edge_emu_buffer; vp56_range_coder_t c; + int sub_version; /* frame info */ int plane_width[3]; |