[FFmpeg-cvslog] vqavideo: We no longer need to ask for version 1 samples.

Diego Biurrun git at videolan.org
Sat Apr 23 01:14:30 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Apr 22 19:46:54 2011 +0200| [b2832c3904211f2e95f49059d15b94dfab55964a] | committer: Diego Biurrun

vqavideo: We no longer need to ask for version 1 samples.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2832c3904211f2e95f49059d15b94dfab55964a
---

 libavcodec/vqavideo.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c
index 40004a0..a842ac7 100644
--- a/libavcodec/vqavideo.c
+++ b/libavcodec/vqavideo.c
@@ -464,8 +464,6 @@ static void vqa_decode_chunk(VqaContext *s)
             switch (s->vqa_version) {
 
             case 1:
-/* still need sample media for this case (only one game, "Legend of
- * Kyrandia III : Malcolm's Revenge", is known to use this version) */
                 lobyte = s->decode_buffer[lobytes * 2];
                 hibyte = s->decode_buffer[(lobytes * 2) + 1];
                 vector_index = ((hibyte << 8) | lobyte) >> 3;



More information about the ffmpeg-cvslog mailing list