Mercurial > mplayer.hg
diff libmpcodecs/ad_libvorbis.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 | a93891202051 |
line wrap: on
line diff
--- a/libmpcodecs/ad_libvorbis.c Fri Feb 12 14:25:25 2010 +0000 +++ b/libmpcodecs/ad_libvorbis.c Fri Feb 12 16:29:34 2010 +0000 @@ -26,7 +26,7 @@ #include "ad_internal.h" #include "libaf/reorder_ch.h" -static ad_info_t info = +static const ad_info_t info = { "Ogg/Vorbis audio decoder", #ifdef CONFIG_TREMOR
