comparison libmpcodecs/ad_liba52.c @ 30504:cc27da5d7286

Mark all ad_info_t/vd_info_t structure declarations as const.
author diego
date Fri, 12 Feb 2010 16:29:34 +0000
parents bbb6ebec87a0
children ad6740b58b0d
comparison
equal deleted inserted replaced
30503:53be04353b90 30504:cc27da5d7286
61 static sample_t a52_level = 1; 61 static sample_t a52_level = 1;
62 /** The value of the -a52drc switch. */ 62 /** The value of the -a52drc switch. */
63 float a52_drc_level = 1.0; 63 float a52_drc_level = 1.0;
64 static int a52_drc_action = DRC_NO_ACTION; 64 static int a52_drc_action = DRC_NO_ACTION;
65 65
66 static ad_info_t info = 66 static const ad_info_t info =
67 { 67 {
68 "AC3 decoding with liba52", 68 "AC3 decoding with liba52",
69 "liba52", 69 "liba52",
70 "Nick Kurshev", 70 "Nick Kurshev",
71 "Michel LESPINASSE", 71 "Michel LESPINASSE",