summaryrefslogtreecommitdiff
path: root/libavcodec/libtwolame.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-11 01:19:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-11 01:26:07 +0200
commit1de8a4f7366540df307841b2688dd361c0e32a06 (patch)
tree5bef9a96cc65595247f34353ac211b66835584ca /libavcodec/libtwolame.c
parent268b1eae227660a7778edaf5345750d18bca4018 (diff)
parenta7448064c526f097a47355e2ddb7722a06eeb5e3 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: mp2: Do not force a samplerate Conflicts: libavcodec/mpegaudioenc_template.c Only libtwolame changes, as the forcing of a sample rate was not merged for the native mp2 encoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 88a708a4a3..542abbc32a 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 },
};