h264dec.h (libav-12) | : | h264dec.h (libav-12.1) | ||
---|---|---|---|---|
skipping to change at line 512 | skipping to change at line 512 | |||
#define FRAME_RECOVERED_SEI (1 << 1) | #define FRAME_RECOVERED_SEI (1 << 1) | |||
int frame_recovered; ///< Initial frame has been completely recovered | int frame_recovered; ///< Initial frame has been completely recovered | |||
/* for frame threading, this is set to 1 | /* for frame threading, this is set to 1 | |||
* after finish_setup() has been called, so we cannot modify | * after finish_setup() has been called, so we cannot modify | |||
* some context properties (which are supposed to stay constant between | * some context properties (which are supposed to stay constant between | |||
* slices) anymore */ | * slices) anymore */ | |||
int setup_finished; | int setup_finished; | |||
/* This is set to 1 if h264_field_start() has been called successfully, | ||||
* so all per-field state is properly initialized and we can decode | ||||
* the slice data */ | ||||
int field_started; | ||||
AVFrame *output_frame; | AVFrame *output_frame; | |||
int enable_er; | int enable_er; | |||
H264SEIContext sei; | H264SEIContext sei; | |||
AVBufferPool *qscale_table_pool; | AVBufferPool *qscale_table_pool; | |||
AVBufferPool *mb_type_pool; | AVBufferPool *mb_type_pool; | |||
AVBufferPool *motion_val_pool; | AVBufferPool *motion_val_pool; | |||
AVBufferPool *ref_index_pool; | AVBufferPool *ref_index_pool; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |