]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mmvideo.c
Fix typo in v410 decoder.
[ffmpeg] / libavcodec / mmvideo.c
index a7a3874a941b6d51f32ad8e7064cc9d69de2ed2f..abba29fb75ae984dfa04301d1f2349d7d34c803b 100644 (file)
@@ -85,8 +85,7 @@ static int mm_decode_pal(MmContext *s)
  */
 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
 {
-    int x, y;
-    x=0; y=0;
+    int x = 0, y = 0;
 
     while (bytestream2_get_bytes_left(&s->gb) > 0) {
         int run_length, color;