mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Ooops, 10l forgot to commit h264.h.
Originally committed as revision 21680 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3b9e61e45f
commit
3a06e8647f
@ -423,6 +423,8 @@ typedef struct H264Context{
|
||||
int redundant_pic_count;
|
||||
|
||||
int direct_spatial_mv_pred;
|
||||
int col_parity;
|
||||
int col_fieldoff;
|
||||
int dist_scale_factor[16];
|
||||
int dist_scale_factor_field[2][32];
|
||||
int map_col_to_list0[2][16+32];
|
||||
|
Loading…
Reference in New Issue
Block a user