Commit 0e1d6a4c authored by Stefan Gehrer's avatar Stefan Gehrer

revert accidental const slipping in

Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ae32e509
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment