mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
h263enc: Add an option for outputting info about MBs as side data
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@ -506,6 +506,10 @@ typedef struct MpegEncContext {
|
||||
int gob_index;
|
||||
int obmc; ///< overlapped block motion compensation
|
||||
int showed_packed_warning; ///< flag for having shown the warning about divxs invalid b frames
|
||||
int mb_info; ///< interval for outputting info about mb offsets as side data
|
||||
int prev_mb_info, last_mb_info;
|
||||
uint8_t *mb_info_ptr;
|
||||
int mb_info_size;
|
||||
|
||||
/* H.263+ specific */
|
||||
int umvplus; ///< == H263+ && unrestricted_mv
|
||||
|
Reference in New Issue
Block a user