diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-04-11 00:09:34 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-04-11 00:09:34 +0200 |
commit | a7448064c526f097a47355e2ddb7722a06eeb5e3 (patch) | |
tree | e53f14b57660f8157adf74d80ceb8c42f72af9c3 /libavcodec/libtwolame.c | |
parent | 25fbfeed98d2eaddda0885e0916a83085549bae6 (diff) | |
download | ffmpeg-a7448064c526f097a47355e2ddb7722a06eeb5e3.tar.gz |
mp2: Do not force a samplerate
The default should be not to resample.
Diffstat (limited to 'libavcodec/libtwolame.c')
-rw-r--r-- | libavcodec/libtwolame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libtwolame.c b/libavcodec/libtwolame.c index d8d73b3bcc..def5feeb9d 100644 --- a/libavcodec/libtwolame.c +++ b/libavcodec/libtwolame.c @@ -191,7 +191,6 @@ static const AVClass twolame_class = { static const AVCodecDefault twolame_defaults[] = { { "b", "384000" }, - { "ar", "48000" }, { NULL }, }; |