Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f69e8c7d
Commit
f69e8c7d
authored
Aug 30, 2011
by
Anton Khirnov
Committed by
Michael Niedermayer
Aug 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: switch to a:b syntax
parent
e3bf4e29
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ffmpeg.c
ffmpeg.c
+3
-3
No files found.
ffmpeg.c
View file @
f69e8c7d
...
...
@@ -4115,7 +4115,7 @@ static int opt_target(const char *opt, const char *arg)
opt_default
(
"minrate"
,
"1150000"
);
opt_default
(
"bufsize"
,
"327680"
);
// 40*1024*8;
opt_default
(
"
ab
"
,
"224000"
);
opt_default
(
"
b:a
"
,
"224000"
);
audio_sample_rate
=
44100
;
audio_channels
=
2
;
...
...
@@ -4146,7 +4146,7 @@ static int opt_target(const char *opt, const char *arg)
opt_default
(
"flags"
,
"+scan_offset"
);
opt_default
(
"
ab
"
,
"224000"
);
opt_default
(
"
b:a
"
,
"224000"
);
audio_sample_rate
=
44100
;
opt_default
(
"packetsize"
,
"2324"
);
...
...
@@ -4170,7 +4170,7 @@ static int opt_target(const char *opt, const char *arg)
opt_default
(
"packetsize"
,
"2048"
);
// from www.mpucoder.com: DVD sectors contain 2048 bytes of data, this is also the size of one pack.
opt_default
(
"muxrate"
,
"10080000"
);
// from mplex project: data_rate = 1260000. mux_rate = data_rate * 8
opt_default
(
"
ab
"
,
"448000"
);
opt_default
(
"
b:a
"
,
"448000"
);
audio_sample_rate
=
48000
;
}
else
if
(
!
strncmp
(
arg
,
"dv"
,
2
))
{
...
...
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