Make ogg_codec_t descriptions const
Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -54,7 +54,7 @@ static int speex_header(AVFormatContext *s, int idx) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
ogg_codec_t speex_codec = {
|
||||
const ogg_codec_t speex_codec = {
|
||||
.magic = "Speex ",
|
||||
.magicsize = 8,
|
||||
.header = speex_header
|
||||
|
||||
Reference in New Issue
Block a user