Skip to content

Commit

Permalink
avcodec: fix libavutil version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jun 14, 2015
1 parent ea42a7e commit 41a4f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/codec/avcodec/va.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ vlc_fourcc_t vlc_va_GetChroma(enum PixelFormat hwfmt, enum PixelFormat swfmt)
case AV_PIX_FMT_DXVA2_VLD:
return VLC_CODEC_D3D9_OPAQUE;

#if LIBAVUTIL_VERSION_CHECK(56, 25, 0, 41, 100)
#if LIBAVUTIL_VERSION_CHECK(54, 13, 1, 24, 100)
case AV_PIX_FMT_D3D11VA_VLD:
return VLC_CODEC_D3D11_OPAQUE;
#endif
Expand Down

0 comments on commit 41a4f2f

Please sign in to comment.