From b5af451901e116c568442e72b8534cbd13545e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Tue, 9 May 2023 08:30:03 +0200 Subject: avcodec/libmp3lame: make it possible to set copyright/original flags --- doc/encoders.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/encoders.texi b/doc/encoders.texi index 3cb6fc1ce7..20cb8a1421 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -864,6 +864,13 @@ Enable the encoder to use ABR when set to 1. The @command{lame} @option{--abr} sets the target bitrate, while this options only tells FFmpeg to use ABR still relies on @option{b} to set bitrate. +@item copyright (@emph{-c}) +Set MPEG audio copyright flag when set to 1. The default value is 0 +(disabled). + +@item original (@emph{-o}) +Set MPEG audio original flag when set to 1. The default value is 1 +(enabled). @end table @section libopencore-amrnb -- cgit v1.2.1