summaryrefslogtreecommitdiff
path: root/libavcodec/libtwolame.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-05-26 21:57:28 +0000
committerPaul B Mahol <onemda@gmail.com>2013-05-26 21:57:28 +0000
commite5c7bafb4444763bcc8b9b4e2fb4acbd2a7dd2e9 (patch)
treeac05515575cfac5db7af94903eac46c21167343b /libavcodec/libtwolame.c
parentb439ece51cbf4d27bcd05826ed1adc86b9a6ef9b (diff)
libtwolame: add forgotten calls
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/libtwolame.c')
-rw-r--r--libavcodec/libtwolame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libtwolame.c b/libavcodec/libtwolame.c
index 8858714190..bc93433728 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);