From 11de71b0938af5b027b78b0e0db9617ab22a319f Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 2 Jun 2006 22:13:45 +0000 Subject: More static/const fixes from Gentoo. These should probably go upstream. CVS patchset: 8008 CVS date: 2006/06/02 22:13:45 --- src/libffmpeg/dvaudio_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg') diff --git a/src/libffmpeg/dvaudio_decoder.c b/src/libffmpeg/dvaudio_decoder.c index 95d6753f2..17a5638a8 100644 --- a/src/libffmpeg/dvaudio_decoder.c +++ b/src/libffmpeg/dvaudio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvaudio_decoder.c,v 1.9 2006/05/03 19:46:07 dsalt Exp $ + * $Id: dvaudio_decoder.c,v 1.10 2006/06/02 22:13:45 dsalt Exp $ * * dv audio decoder based on patch by Dan Dennedy * @@ -433,7 +433,7 @@ static uint32_t supported_audio_types[] = { 0 }; -decoder_info_t dec_info_dvaudio = { +static const decoder_info_t dec_info_dvaudio = { supported_audio_types, /* supported types */ 5 /* priority */ }; -- cgit v1.2.3