diff oggparsespeex.c @ 3767:11169564fbdc libavformat

Make ogg_codec_t descriptions const
author reimar
date Sun, 24 Aug 2008 17:09:15 +0000
parents 6f61c3b36632
children 6c71b789c69e
line wrap: on
line diff
--- a/oggparsespeex.c	Sun Aug 24 16:51:50 2008 +0000
+++ b/oggparsespeex.c	Sun Aug 24 17:09:15 2008 +0000
@@ -54,7 +54,7 @@
     return 0;
 }
 
-ogg_codec_t speex_codec = {
+const ogg_codec_t speex_codec = {
     .magic = "Speex   ",
     .magicsize = 8,
     .header = speex_header