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
f9ab4fe1
Commit
f9ab4fe1
authored
Aug 07, 2015
by
John Högberg
Committed by
Luca Barbato
Aug 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: Discard currently unsupported registered sei
Signed-off-by:
Luca Barbato
<
lu_zero@gentoo.org
>
parent
47b447aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
h264_sei.c
libavcodec/h264_sei.c
+6
-0
No files found.
libavcodec/h264_sei.c
View file @
f9ab4fe1
...
...
@@ -169,6 +169,12 @@ static int decode_registered_user_data_closed_caption(H264Context *h, int size)
skip_bits
(
&
h
->
gb
,
8
);
// marker_bits
}
}
}
else
{
int
i
;
avpriv_request_sample
(
"Subtitles with data type 0x%02x"
,
user_data_type_code
);
for
(
i
=
0
;
i
<
size
-
1
;
i
++
)
skip_bits
(
&
h
->
gb
,
8
);
}
return
0
;
...
...
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