Commit 5cca79e4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdpau: cosmetic fix

(cherry picked from commit 8c32482683f4e2ac0f920e10142835766bea599c)
parent c460e448
...@@ -197,7 +197,7 @@ static int Open(vlc_va_t *va, AVCodecContext *ctx, const es_format_t *fmt) ...@@ -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) if ((fmt->i_profile & FF_PROFILE_H264_INTRA)
&& (fmt->i_level == 11)) && (fmt->i_level == 11))
level = VDP_DECODER_LEVEL_H264_1b; level = VDP_DECODER_LEVEL_H264_1b;
default: default:
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment