]> git.sesse.net Git - vlc/commitdiff
vdpau: cosmetic fix
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 4 Oct 2014 09:19:12 +0000 (12:19 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 4 Oct 2014 09:19:22 +0000 (12:19 +0300)
modules/hw/vdpau/avcodec.c

index eefea5305c08fd2c9dd1a81b81ed09b1cc0a797b..d52043f7e757b3a47f2cb9bf397eef478ec2e1ff 100644 (file)
@@ -185,7 +185,7 @@ static int Open(vlc_va_t *va, AVCodecContext *avctx, const es_format_t *fmt)
             if ((fmt->i_profile & FF_PROFILE_H264_INTRA)
              && (fmt->i_level == 11))
                 level = VDP_DECODER_LEVEL_H264_1b;
-         default:
+        default:
             break;
     }