mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
Make ogg_codec_t descriptions const
Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -130,7 +130,7 @@ theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp)
|
||||
return iframe + pframe;
|
||||
}
|
||||
|
||||
ogg_codec_t theora_codec = {
|
||||
const ogg_codec_t theora_codec = {
|
||||
.magic = "\200theora",
|
||||
.magicsize = 7,
|
||||
.header = theora_header,
|
||||
|
||||
Reference in New Issue
Block a user