summaryrefslogtreecommitdiff
path: root/libavcodec/libtwolame.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-08-07 22:56:35 +0000
committerPaul B Mahol <onemda@gmail.com>2012-08-07 22:56:35 +0000
commit8654d6c892dea41d86a860b82d060df06d815b74 (patch)
tree8918ba4ecb9bfb6b85165849b8b91f1b7b548b3d /libavcodec/libtwolame.c
parentbb2f13c19ff8ff6e5f1c67a5ae53991e64609490 (diff)
libtwolame: fix stupid bug
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/libtwolame.c')
-rw-r--r--libavcodec/libtwolame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libtwolame.c b/libavcodec/libtwolame.c
index 7cdd72ee11..4eb6bdbc2a 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,