summaryrefslogtreecommitdiff
path: root/libavcodec/libtwolame.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-04-11 00:09:34 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-04-11 00:09:34 +0200
commita7448064c526f097a47355e2ddb7722a06eeb5e3 (patch)
treee53f14b57660f8157adf74d80ceb8c42f72af9c3 /libavcodec/libtwolame.c
parent25fbfeed98d2eaddda0885e0916a83085549bae6 (diff)
mp2: Do not force a samplerate
The default should be not to resample.
Diffstat (limited to 'libavcodec/libtwolame.c')
-rw-r--r--libavcodec/libtwolame.c1
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 },
};