Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
a7448064
Commit
a7448064
authored
Apr 10, 2014
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp2: Do not force a samplerate
The default should be not to resample.
parent
25fbfeed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
libtwolame.c
libavcodec/libtwolame.c
+0
-1
mpegaudioenc.c
libavcodec/mpegaudioenc.c
+0
-1
No files found.
libavcodec/libtwolame.c
View file @
a7448064
...
@@ -191,7 +191,6 @@ static const AVClass twolame_class = {
...
@@ -191,7 +191,6 @@ static const AVClass twolame_class = {
static
const
AVCodecDefault
twolame_defaults
[]
=
{
static
const
AVCodecDefault
twolame_defaults
[]
=
{
{
"b"
,
"384000"
},
{
"b"
,
"384000"
},
{
"ar"
,
"48000"
},
{
NULL
},
{
NULL
},
};
};
...
...
libavcodec/mpegaudioenc.c
View file @
a7448064
...
@@ -744,7 +744,6 @@ static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
...
@@ -744,7 +744,6 @@ static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
static
const
AVCodecDefault
mp2_defaults
[]
=
{
static
const
AVCodecDefault
mp2_defaults
[]
=
{
{
"b"
,
"384000"
},
{
"b"
,
"384000"
},
{
"ar"
,
"48000"
},
{
NULL
},
{
NULL
},
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment