mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-30 03:20:36 +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:
@@ -595,7 +595,6 @@ typedef struct MpegEncContext {
|
||||
uint16_t pb_time; ///< time distance between the last b and p,s,i frame
|
||||
uint16_t pp_field_time;
|
||||
uint16_t pb_field_time; ///< like above, just for interlaced
|
||||
int num_sprite_warping_points;
|
||||
int real_sprite_warping_points;
|
||||
uint16_t sprite_traj[4][2]; ///< sprite trajectory points
|
||||
int sprite_offset[2][2]; ///< sprite offset[isChroma][isMVY]
|
||||
|
||||
Reference in New Issue
Block a user