[FFmpeg-cvslog] libtwolame: add forgotten calls

Paul B Mahol git at videolan.org
Sun May 26 23:58:34 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun May 26 21:57:28 2013 +0000| [e5c7bafb4444763bcc8b9b4e2fb4acbd2a7dd2e9] | committer: Paul B Mahol

libtwolame: add forgotten calls

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5c7bafb4444763bcc8b9b4e2fb4acbd2a7dd2e9
---

 libavcodec/libtwolame.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/libtwolame.c b/libavcodec/libtwolame.c
index 8858714..bc93433 100644
--- a/libavcodec/libtwolame.c
+++ b/libavcodec/libtwolame.c
@@ -67,6 +67,8 @@ static av_cold int twolame_encode_init(AVCodecContext *avctx)
     twolame_set_psymodel(s->glopts, s->psymodel);
     twolame_set_energy_levels(s->glopts, s->energy);
     twolame_set_error_protection(s->glopts, s->error_protection);
+    twolame_set_copyright(s->glopts, s->copyright);
+    twolame_set_original(s->glopts, s->original);
 
     twolame_set_num_channels(s->glopts, avctx->channels);
     twolame_set_in_samplerate(s->glopts, avctx->sample_rate);



More information about the ffmpeg-cvslog mailing list