This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mp2: Do not force a samplerate
The default should be not to resample.
tags/n2.3
Luca Barbato
11 years ago
parent
25fbfeed98
commit
a7448064c5
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/libtwolame.c
+0
-1
libavcodec/mpegaudioenc.c
+ 0
- 1
libavcodec/libtwolame.c
View File
@@ -191,7 +191,6 @@ static const AVClass twolame_class = {
static const AVCodecDefault twolame_defaults[] = {
{ "b", "384000" },
{ "ar", "48000" },
{ NULL },
};
+ 0
- 1
libavcodec/mpegaudioenc.c
View File
@@ -744,7 +744,6 @@ static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
static const AVCodecDefault mp2_defaults[] = {
{ "b", "384000" },
{ "ar", "48000" },
{ NULL },
};
Write
Preview
Loading…
Cancel
Save