[FFmpeg-cvslog] libtwolame: fix stupid bug
Paul B Mahol
git at videolan.org
Wed Aug 8 01:03:23 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Aug 7 22:56:35 2012 +0000| [8654d6c892dea41d86a860b82d060df06d815b74] | committer: Paul B Mahol
libtwolame: fix stupid bug
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8654d6c892dea41d86a860b82d060df06d815b74
---
libavcodec/libtwolame.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libtwolame.c b/libavcodec/libtwolame.c
index 7cdd72e..4eb6bdb 100644
--- a/libavcodec/libtwolame.c
+++ b/libavcodec/libtwolame.c
@@ -176,7 +176,7 @@ static const AVClass libtwolame_class = {
AVCodec ff_libtwolame_encoder = {
.name = "libtwolame",
.type = AVMEDIA_TYPE_AUDIO,
- .id = AV_CODEC_ID_MP3,
+ .id = AV_CODEC_ID_MP2,
.priv_data_size = sizeof(TWOLAMEContext),
.init = twolame_encode_init,
.encode2 = twolame_encode_frame,
More information about the ffmpeg-cvslog
mailing list