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
9d76dd95
Commit
9d76dd95
authored
Apr 29, 2014
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: drop commented out cruft
parent
c1f92d13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
h264_slice.c
libavcodec/h264_slice.c
+0
-3
No files found.
libavcodec/h264_slice.c
View file @
9d76dd95
...
@@ -730,9 +730,6 @@ static int h264_frame_start(H264Context *h)
...
@@ -730,9 +730,6 @@ static int h264_frame_start(H264Context *h)
memset
(
h
->
slice_table
,
-
1
,
memset
(
h
->
slice_table
,
-
1
,
(
h
->
mb_height
*
h
->
mb_stride
-
1
)
*
sizeof
(
*
h
->
slice_table
));
(
h
->
mb_height
*
h
->
mb_stride
-
1
)
*
sizeof
(
*
h
->
slice_table
));
// s->decode = (s->flags & CODEC_FLAG_PSNR) || !s->encoding ||
// s->current_picture.f.reference /* || h->contains_intra */ || 1;
/* We mark the current picture as non-reference after allocating it, so
/* We mark the current picture as non-reference after allocating it, so
* that if we break out due to an error it can be released automatically
* that if we break out due to an error it can be released automatically
* in the next ff_MPV_frame_start().
* in the next ff_MPV_frame_start().
...
...
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