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
2992afda
Commit
2992afda
authored
Nov 26, 2013
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpeg4videodec: remove a write-only variable from MpegEncContext
parent
3b1c0f68
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mpeg4videodec.c
libavcodec/mpeg4videodec.c
+1
-1
mpegvideo.h
libavcodec/mpegvideo.h
+0
-1
No files found.
libavcodec/mpeg4videodec.c
View file @
2992afda
...
...
@@ -1962,7 +1962,7 @@ no_cplx_est:
int
v_sampling_factor_n
;
int
v_sampling_factor_m
;
s
->
hierachy_type
=
get_bits1
(
gb
);
s
kip_bits1
(
gb
);
// hierarchy_type
skip_bits
(
gb
,
4
);
/* ref_layer_id */
skip_bits1
(
gb
);
/* ref_layer_sampling_dir */
h_sampling_factor_n
=
get_bits
(
gb
,
5
);
...
...
libavcodec/mpegvideo.h
View file @
2992afda
...
...
@@ -590,7 +590,6 @@ typedef struct MpegEncContext {
int
quant_precision
;
int
quarter_sample
;
///< 1->qpel, 0->half pel ME/MC
int
scalability
;
int
hierachy_type
;
int
enhancement_type
;
int
aspect_ratio_info
;
//FIXME remove
int
sprite_warping_accuracy
;
...
...
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