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
60366dd0
Commit
60366dd0
authored
Aug 30, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: header -> generic
Originally committed as revision 15065 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a8f6e362
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mxfenc.c
libavformat/mxfenc.c
+3
-3
No files found.
libavformat/mxfenc.c
View file @
60366dd0
...
...
@@ -599,7 +599,7 @@ static void mxf_write_multi_descriptor(AVFormatContext *s)
mxf_write_uuid
(
pb
,
SubDescriptor
,
i
);
}
static
void
mxf_write_
header
_desc
(
ByteIOContext
*
pb
,
const
MXFDescriptorWriteTableEntry
*
desc_tbl
,
AVStream
*
st
)
static
void
mxf_write_
generic
_desc
(
ByteIOContext
*
pb
,
const
MXFDescriptorWriteTableEntry
*
desc_tbl
,
AVStream
*
st
)
{
const
MXFCodecUL
*
codec_ul
;
...
...
@@ -627,7 +627,7 @@ static void mxf_write_mpegvideo_desc(AVFormatContext *s, const MXFDescriptorWrit
AVStream
*
st
;
st
=
s
->
streams
[
stream_index
];
mxf_write_
header
_desc
(
pb
,
desc_tbl
,
st
);
mxf_write_
generic
_desc
(
pb
,
desc_tbl
,
st
);
mxf_write_local_tag
(
pb
,
4
,
0x3203
);
put_be32
(
pb
,
st
->
codec
->
width
);
...
...
@@ -650,7 +650,7 @@ static void mxf_write_wav_desc(AVFormatContext *s, const MXFDescriptorWriteTable
AVStream
*
st
;
st
=
s
->
streams
[
stream_index
];
mxf_write_
header
_desc
(
pb
,
desc_tbl
,
st
);
mxf_write_
generic
_desc
(
pb
,
desc_tbl
,
st
);
// write audio sampling rate
mxf_write_local_tag
(
pb
,
8
,
0x3D03
);
...
...
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