diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-02 14:06:03 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-02 14:06:03 +0000 |
commit | 909887bdbe206b88ba19b5effd18a4fe3235ecdf (patch) | |
tree | d2f8d87375e6dea29a620373372413d33872eec0 /libvo/vo_directx.c | |
parent | 2f4b840f62f7c0151ed62f4c75249c165f8e0fb1 (diff) | |
download | mpv-909887bdbe206b88ba19b5effd18a4fe3235ecdf.tar.bz2 mpv-909887bdbe206b88ba19b5effd18a4fe3235ecdf.tar.xz |
Make vo info structs const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25244 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_directx.c')
-rw-r--r-- | libvo/vo_directx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index dac261480c..99602562a9 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -135,7 +135,7 @@ static directx_fourcc_caps g_ddpf[] = }; #define NUM_FORMATS (sizeof(g_ddpf) / sizeof(g_ddpf[0])) -static vo_info_t info = +static const vo_info_t info = { "Directx DDraw YUV/RGB/BGR renderer", "directx", |