Make ogg_codec_t descriptions const
Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c18545929e
commit
cd34bc7617
7 changed files with 20 additions and 20 deletions
|
@ -219,7 +219,7 @@ vorbis_header (AVFormatContext * s, int idx)
|
|||
return os->seq < 3;
|
||||
}
|
||||
|
||||
ogg_codec_t vorbis_codec = {
|
||||
const ogg_codec_t vorbis_codec = {
|
||||
.magic = "\001vorbis",
|
||||
.magicsize = 7,
|
||||
.header = vorbis_header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue