Commit 8654d6c8 authored by Paul B Mahol's avatar Paul B Mahol

libtwolame: fix stupid bug

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent bb2f13c1
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment