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
6ea05ef2
Commit
6ea05ef2
authored
Dec 28, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/h264: remove unused variable
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
af228a9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
h264.c
libavcodec/h264.c
+0
-3
h264.h
libavcodec/h264.h
+0
-2
No files found.
libavcodec/h264.c
View file @
6ea05ef2
...
...
@@ -1213,9 +1213,6 @@ static void free_tables(H264Context *h, int free_rbsp)
av_freep
(
&
h
->
mb2b_xy
);
av_freep
(
&
h
->
mb2br_xy
);
for
(
i
=
0
;
i
<
3
;
i
++
)
av_freep
(
&
h
->
visualization_buffer
[
i
]);
av_buffer_pool_uninit
(
&
h
->
qscale_table_pool
);
av_buffer_pool_uninit
(
&
h
->
mb_type_pool
);
av_buffer_pool_uninit
(
&
h
->
motion_val_pool
);
...
...
libavcodec/h264.h
View file @
6ea05ef2
...
...
@@ -696,8 +696,6 @@ typedef struct H264Context {
uint8_t
*
edge_emu_buffer
;
int16_t
*
dc_val_base
;
uint8_t
*
visualization_buffer
[
3
];
///< temporary buffer vor MV visualization
AVBufferPool
*
qscale_table_pool
;
AVBufferPool
*
mb_type_pool
;
AVBufferPool
*
motion_val_pool
;
...
...
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