vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Oct  
4 12:19:12 2014 +0300| [5cca79e4c19b4079491485ac6f980a34b0154452] | committer: 
Rémi Denis-Courmont

vdpau: cosmetic fix

(cherry picked from commit 8c32482683f4e2ac0f920e10142835766bea599c)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=5cca79e4c19b4079491485ac6f980a34b0154452
---

 modules/hw/vdpau/avcodec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hw/vdpau/avcodec.c b/modules/hw/vdpau/avcodec.c
index 7a76d38..cc60bb8 100644
--- a/modules/hw/vdpau/avcodec.c
+++ b/modules/hw/vdpau/avcodec.c
@@ -197,7 +197,7 @@ static int Open(vlc_va_t *va, AVCodecContext *ctx, 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;
     }
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to