1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00

Fix #endif comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28619 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-02-16 23:56:19 +00:00
parent dea247e8b1
commit 288f25d8d9

View File

@ -922,4 +922,4 @@ static enum PixelFormat get_format(struct AVCodecContext *avctx,
return selected_format; return selected_format;
} }
#endif /* CONFIG_XVMC */ #endif /* CONFIG_XVMC || CONFIG_VDPAU */