Commit 6b70b8ea authored by stefang's avatar stefang

revert accidental const slipping in


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13949 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a32c893
......@@ -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