From 31db39d8ec9cd2b8df0123e2f2142a187733ecad Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 24 Apr 2008 08:43:56 +0300 Subject: Make video decoder description structs const This makes the per-decoder struct vd_functions and its ->info struct constants. Same for the mpcodecs_vd_drivers[] table of pointers to those structs. --- libmpcodecs/vd_hmblck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/vd_hmblck.c') diff --git a/libmpcodecs/vd_hmblck.c b/libmpcodecs/vd_hmblck.c index 18f26f45e1..096f081d18 100644 --- a/libmpcodecs/vd_hmblck.c +++ b/libmpcodecs/vd_hmblck.c @@ -8,7 +8,7 @@ #define TEMP_BUF_SIZE (720*576) -static vd_info_t info = { +static const vd_info_t info = { "Hauppauge Macroblock/NV12/NV21 Decoder", "hmblck", "Alex , A'rpi, Alex Beregszaszi", -- cgit v1.2.3