diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 06:07:40 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 06:07:40 +0000 |
commit | 4132242dfc49a2c35ae7ef0984fcedeaa6fcadf3 (patch) | |
tree | a7dc6282cf1c9a3cced68b5b65b43239fe551572 /libavcodec/vorbis_enc.c | |
parent | 91f64941d33a7d19e889466513b9da01bec6f3d7 (diff) | |
download | ffmpeg-4132242dfc49a2c35ae7ef0984fcedeaa6fcadf3.tar.gz |
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines
oggvorbis_encoder => vorbis_encoder
Originally committed as revision 6462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vorbis_enc.c')
-rw-r--r-- | libavcodec/vorbis_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index 9fc5fa8737..adbebc08c3 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -833,7 +833,7 @@ static int vorbis_encode_close(AVCodecContext * avccontext) return 0 ; } -AVCodec oggvorbis_encoder = { +AVCodec vorbis_encoder = { "vorbis", CODEC_TYPE_AUDIO, CODEC_ID_VORBIS, |