From 170d69a71ecd679d0b5c7f4b6aad008d9dfc0bdf Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 26 Apr 2008 16:48:06 +0300 Subject: Make audio decoder description structs const Make the per-decoder struct ad_functions and its ->info struct constants. Same for the mpcodecs_ad_drivers[] table of pointers to those structs. --- libmpcodecs/ad_qtaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/ad_qtaudio.c') diff --git a/libmpcodecs/ad_qtaudio.c b/libmpcodecs/ad_qtaudio.c index 8e65bab0c4..fff29094fb 100644 --- a/libmpcodecs/ad_qtaudio.c +++ b/libmpcodecs/ad_qtaudio.c @@ -20,7 +20,7 @@ #include "loader/ldt_keeper.h" #endif -static ad_info_t info = { +static const ad_info_t info = { "QuickTime Audio Decoder", "qtaudio", "A'rpi", -- cgit v1.2.3