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
76e48645
Commit
76e48645
authored
Jan 19, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init uid to 0
Originally committed as revision 11573 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e20c865a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mxf.c
libavformat/mxf.c
+1
-1
No files found.
libavformat/mxf.c
View file @
76e48645
...
@@ -922,7 +922,7 @@ static int mxf_read_local_tags(MXFContext *mxf, KLVPacket *klv, int (*read_child
...
@@ -922,7 +922,7 @@ static int mxf_read_local_tags(MXFContext *mxf, KLVPacket *klv, int (*read_child
int
tag
=
get_be16
(
pb
);
int
tag
=
get_be16
(
pb
);
int
size
=
get_be16
(
pb
);
/* KLV specified by 0x53 */
int
size
=
get_be16
(
pb
);
/* KLV specified by 0x53 */
uint64_t
next
=
url_ftell
(
pb
)
+
size
;
uint64_t
next
=
url_ftell
(
pb
)
+
size
;
UID
uid
;
UID
uid
=
{
0
}
;
if
(
!
size
)
{
/* ignore empty tag, needed for some files with empty UMID tag */
if
(
!
size
)
{
/* ignore empty tag, needed for some files with empty UMID tag */
av_log
(
mxf
->
fc
,
AV_LOG_ERROR
,
"local tag 0x%04X with 0 size
\n
"
,
tag
);
av_log
(
mxf
->
fc
,
AV_LOG_ERROR
,
"local tag 0x%04X with 0 size
\n
"
,
tag
);
...
...
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