revert accidental const slipping in

Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefan Gehrer 17 years ago
parent ae32e509fb
commit 0e1d6a4ca7
  1. 2
      libavcodec/vorbis_enc.c

@ -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…
Cancel
Save