mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-19 15:15:12 +08:00
Make ogg_codec_t descriptions const
Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user