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
d0c1b982
Commit
d0c1b982
authored
Oct 08, 2016
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/mxfenc: Do not print a useless error message.
The option d10_channelcount only exists for mxf_d10.
parent
c44eae15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
mxfenc.c
libavformat/mxfenc.c
+0
-2
No files found.
libavformat/mxfenc.c
View file @
d0c1b982
...
...
@@ -1169,8 +1169,6 @@ static void mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, con
av_log
(
s
,
AV_LOG_WARNING
,
"d10_channelcount shall be set to 4 or 8 : the output will not comply to MXF D-10 specs
\n
"
);
avio_wb32
(
pb
,
mxf
->
channel_count
);
}
else
{
if
(
show_warnings
&&
mxf
->
channel_count
!=
-
1
&&
s
->
oformat
!=
&
ff_mxf_opatom_muxer
)
av_log
(
s
,
AV_LOG_ERROR
,
"-d10_channelcount requires MXF D-10 and will be ignored
\n
"
);
avio_wb32
(
pb
,
st
->
codecpar
->
channels
);
}
...
...
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