]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vqavideo.c
Add av_clip_uintp2() function
[ffmpeg] / libavcodec / vqavideo.c
index 40004a0028f2c5b71b04c293021c9abcbb18d009..a842ac7d70eb9eb9e13a1bac79e0ae23c523396a 100644 (file)
@@ -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;