Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
15210354
Commit
15210354
authored
Feb 12, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: drop outdated comments
parent
3a057670
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
h264.c
libavcodec/h264.c
+1
-1
h264.h
libavcodec/h264.h
+1
-5
No files found.
libavcodec/h264.c
View file @
15210354
...
...
@@ -3325,7 +3325,7 @@ int ff_set_ref_count(H264Context *h)
/**
* Decode a slice header.
* This will
also call ff_MPV_common_init() and
frame_start() as needed.
* This will
(re)intialize the decoder and call h264_
frame_start() as needed.
*
* @param h h264context
* @param h0 h264 master context (differs from 'h' when doing sliced based
...
...
libavcodec/h264.h
View file @
15210354
...
...
@@ -355,11 +355,7 @@ typedef struct H264Context {
ptrdiff_t
mb_uvlinesize
;
SPS
sps
;
///< current sps
/**
* current pps
*/
PPS
pps
;
// FIXME move to Picture perhaps? (->no) do we need that?
PPS
pps
;
///< current pps
uint32_t
dequant4_buffer
[
6
][
QP_MAX_NUM
+
1
][
16
];
// FIXME should these be moved down?
uint32_t
dequant8_buffer
[
6
][
QP_MAX_NUM
+
1
][
64
];
...
...
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