mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
libtwolame: fix stupid bug
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
bb2f13c19f
commit
8654d6c892
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user