vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Oct 4 12:19:12 2014 +0300| [8c32482683f4e2ac0f920e10142835766bea599c] | committer: Rémi Denis-Courmont
vdpau: cosmetic fix > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c32482683f4e2ac0f920e10142835766bea599c --- 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 eefea53..d52043f 100644 --- a/modules/hw/vdpau/avcodec.c +++ b/modules/hw/vdpau/avcodec.c @@ -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; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
