mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-27 17:51:27 +08:00
Merge commit '513d849bb605d3d862da1ada709bd2ca1ac68f58'
* commit '513d849bb605d3d862da1ada709bd2ca1ac68f58': mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4DecContext Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -67,6 +67,8 @@ typedef struct Mpeg4DecContext {
|
||||
int shape;
|
||||
int vol_sprite_usage;
|
||||
int sprite_brightness_change;
|
||||
int num_sprite_warping_points;
|
||||
|
||||
// reversible vlc
|
||||
int rvlc;
|
||||
///< could this stream contain resync markers
|
||||
|
||||
Reference in New Issue
Block a user