revert accidental const slipping in

Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefan Gehrer 2008-06-24 20:27:29 +00:00
parent ae32e509fb
commit 0e1d6a4ca7
1 changed files with 1 additions and 1 deletions

View File

@ -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,