Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
x264
Commits
a0b07e91
Commit
a0b07e91
authored
Oct 12, 2009
by
Fiona Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix regression: disable flash detection without B-frames
parent
1fbba0ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
encoder/slicetype.c
encoder/slicetype.c
+1
-1
No files found.
encoder/slicetype.c
View file @
a0b07e91
...
...
@@ -697,7 +697,7 @@ static int scenecut( x264_t *h, x264_mb_analysis_t *a, x264_frame_t **frames, in
int
curp0
,
curp1
,
i
,
maxp1
=
p0
+
1
;
/* Only do analysis during a normal scenecut check. */
if
(
real_scenecut
)
if
(
real_scenecut
&&
h
->
param
.
i_bframe
)
{
/* Look ahead to avoid coding short flashes as scenecuts. */
if
(
h
->
param
.
i_bframe_adaptive
==
X264_B_ADAPT_TRELLIS
)
...
...
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