revert accidental const slipping in
Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ae32e509fb
commit
0e1d6a4ca7
@ -1075,7 +1075,7 @@ static av_cold int vorbis_encode_close(AVCodecContext * avccontext)
|
||||
return 0 ;
|
||||
}
|
||||
|
||||
const AVCodec vorbis_encoder = {
|
||||
AVCodec vorbis_encoder = {
|
||||
"vorbis",
|
||||
CODEC_TYPE_AUDIO,
|
||||
CODEC_ID_VORBIS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user