From 909887bdbe206b88ba19b5effd18a4fe3235ecdf Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 14:06:03 +0000 Subject: Make vo info structs const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25244 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_ivtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_ivtv.c') diff --git a/libvo/vo_ivtv.c b/libvo/vo_ivtv.c index b3706717f1..81194fc320 100644 --- a/libvo/vo_ivtv.c +++ b/libvo/vo_ivtv.c @@ -62,7 +62,7 @@ static opt_t subopts[] = { {NULL} }; -static vo_info_t info = +static const vo_info_t info = { "IVTV MPEG Video Decoder TV-Out", "ivtv", -- cgit v1.2.3