Browse Source

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

Diego Biurrun 14 years ago
parent
commit
b2832c3904
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libavcodec/vqavideo.c

+ 0 - 2
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;