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
8cebc9ea
Commit
8cebc9ea
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
b1aacd56
Hide 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 @
8cebc9ea
...
...
@@ -1791,7 +1791,7 @@ static int decode_vol_header(Mpeg4DecContext *ctx, GetBitContext *gb)
s
->
sprite_warping_accuracy
=
get_bits
(
gb
,
2
);
s
->
sprite_brightness_change
=
get_bits1
(
gb
);
if
(
ctx
->
vol_sprite_usage
==
STATIC_SPRITE
)
s
->
low_latency_sprite
=
get_bits1
(
gb
);
s
kip_bits1
(
gb
);
// low_latency_sprite
}
// FIXME sadct disable bit if verid!=1 && shape not rect
...
...
libavcodec/mpegvideo.h
View file @
8cebc9ea
...
...
@@ -596,7 +596,6 @@ typedef struct MpegEncContext {
int
reduced_res_vop
;
int
aspect_ratio_info
;
//FIXME remove
int
sprite_warping_accuracy
;
int
low_latency_sprite
;
int
data_partitioning
;
///< data partitioning flag from header
int
partitioned_frame
;
///< is current frame partitioned
int
low_delay
;
///< no reordering needed / has no b-frames
...
...
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