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
618021ea
Commit
618021ea
authored
Mar 01, 2015
by
Robert Krüger
Committed by
Michael Niedermayer
Mar 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/mxfenc: adjust product name when opatom muxer is used
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
5de2dab1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mxfenc.c
libavformat/mxfenc.c
+1
-1
mxf_opatom
tests/ref/lavf/mxf_opatom
+1
-1
No files found.
libavformat/mxfenc.c
View file @
618021ea
...
...
@@ -639,7 +639,7 @@ static void mxf_write_identification(AVFormatContext *s)
MXFContext
*
mxf
=
s
->
priv_data
;
AVIOContext
*
pb
=
s
->
pb
;
const
char
*
company
=
"FFmpeg"
;
const
char
*
product
=
"OP1a
Muxer"
;
const
char
*
product
=
s
->
oformat
!=
&
ff_mxf_opatom_muxer
?
"OP1a Muxer"
:
"OPAtom
Muxer"
;
const
char
*
version
;
int
length
;
...
...
tests/ref/lavf/mxf_opatom
View file @
618021ea
8b312335b1af76e0133092c2658cd4a4
*./tests/data/lavf/lavf.mxf_opatom
f52285c3a157c77eb86c372dd46a2bb0
*./tests/data/lavf/lavf.mxf_opatom
4716601 ./tests/data/lavf/lavf.mxf_opatom
./tests/data/lavf/lavf.mxf_opatom CRC=0xbdd696b9
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