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
1c3ce2cd
Commit
1c3ce2cd
authored
Feb 07, 2010
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check direct_8x8_inference_flag.
Originally committed as revision 21668 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
33a6c0c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
h264_ps.c
libavcodec/h264_ps.c
+4
-0
No files found.
libavcodec/h264_ps.c
View file @
1c3ce2cd
...
@@ -347,6 +347,10 @@ int ff_h264_decode_seq_parameter_set(H264Context *h){
...
@@ -347,6 +347,10 @@ int ff_h264_decode_seq_parameter_set(H264Context *h){
sps
->
mb_aff
=
0
;
sps
->
mb_aff
=
0
;
sps
->
direct_8x8_inference_flag
=
get_bits1
(
&
s
->
gb
);
sps
->
direct_8x8_inference_flag
=
get_bits1
(
&
s
->
gb
);
if
(
!
sps
->
frame_mbs_only_flag
&&
!
sps
->
direct_8x8_inference_flag
){
av_log
(
h
->
s
.
avctx
,
AV_LOG_ERROR
,
"This stream was generated by a broken encoder, invalid 8x8 inference
\n
"
);
goto
fail
;
}
#ifndef ALLOW_INTERLACE
#ifndef ALLOW_INTERLACE
if
(
sps
->
mb_aff
)
if
(
sps
->
mb_aff
)
...
...
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