summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_hmblck.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-24 08:43:56 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 07:16:32 +0300
commit31db39d8ec9cd2b8df0123e2f2142a187733ecad (patch)
treed550915eb5339500161fb58ff30c991d97cc3171 /libmpcodecs/vd_hmblck.c
parent7dc42263486bd45d2ba830f065a8556c02aaf7c8 (diff)
downloadmpv-31db39d8ec9cd2b8df0123e2f2142a187733ecad.tar.bz2
mpv-31db39d8ec9cd2b8df0123e2f2142a187733ecad.tar.xz
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.
Diffstat (limited to 'libmpcodecs/vd_hmblck.c')
-rw-r--r--libmpcodecs/vd_hmblck.c2
1 files changed, 1 insertions, 1 deletions
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 <d18c7db@hotmail.com>, A'rpi, Alex Beregszaszi",