FFmpeg
|
#include <mpegvideo.h>
Data Fields | |
struct AVFrame | f |
ThreadFrame | tf |
AVBufferRef * | qscale_table_buf |
int8_t * | qscale_table |
AVBufferRef * | motion_val_buf [2] |
int16_t(*[2] | motion_val )[2] |
AVBufferRef * | mb_type_buf |
uint32_t * | mb_type |
AVBufferRef * | mbskip_table_buf |
uint8_t * | mbskip_table |
AVBufferRef * | ref_index_buf [2] |
int8_t * | ref_index [2] |
AVBufferRef * | mb_var_buf |
uint16_t * | mb_var |
Table for MB variances. More... | |
AVBufferRef * | mc_mb_var_buf |
uint16_t * | mc_mb_var |
Table for motion compensated MB variances. More... | |
int | alloc_mb_width |
mb_width used to allocate tables More... | |
int | alloc_mb_height |
mb_height used to allocate tables More... | |
AVBufferRef * | mb_mean_buf |
uint8_t * | mb_mean |
Table for MB luminance. More... | |
AVBufferRef * | hwaccel_priv_buf |
void * | hwaccel_picture_private |
hardware accelerator private data More... | |
int | field_poc [2] |
h264 top/bottom POC More... | |
int | poc |
h264 frame POC More... | |
int | frame_num |
h264 frame_num (raw frame_num from slice header) More... | |
int | mmco_reset |
h264 MMCO_RESET set this 1. Reordering code must not mix pictures before and after MMCO_RESET. More... | |
int | pic_id |
h264 pic_num (short -> no wrap version of pic_num, pic_num & max_pic_num; long -> long_pic_num) More... | |
int | long_ref |
1->long term reference 0->short term reference More... | |
int | ref_poc [2][2][32] |
h264 POCs of the frames/fields used as reference (FIXME need per slice) More... | |
int | ref_count [2][2] |
number of entries in ref_poc (FIXME need per slice) More... | |
int | mbaff |
h264 1 -> MBAFF frame 0-> not MBAFF More... | |
int | field_picture |
whether or not the picture was encoded in separate fields More... | |
int | sync |
has been decoded after a keyframe More... | |
int | mb_var_sum |
sum of MB variance for current frame More... | |
int | mc_mb_var_sum |
motion compensated MB variance for current frame More... | |
int | b_frame_score |
int | needs_realloc |
Picture needs to be reallocated (eg due to a frame size change) More... | |
int | reference |
int | shared |
Detailed Description
Definition at line 97 of file mpegvideo.h.
Field Documentation
int Picture::alloc_mb_height |
mb_height used to allocate tables
Definition at line 123 of file mpegvideo.h.
Referenced by alloc_picture_tables(), ff_alloc_picture(), free_picture_tables(), and update_picture_tables().
int Picture::alloc_mb_width |
mb_width used to allocate tables
Definition at line 122 of file mpegvideo.h.
Referenced by alloc_picture_tables(), ff_alloc_picture(), free_picture_tables(), and update_picture_tables().
int Picture::b_frame_score |
Definition at line 175 of file mpegvideo.h.
Referenced by ff_mpeg_ref_picture(), and select_input_picture().
struct AVFrame Picture::f |
Definition at line 98 of file mpegvideo.h.
Referenced by alloc_frame_buffer(), alloc_picture(), decode_frame(), decode_nal_units(), decode_postinit(), decode_slice_header(), decode_update_thread_context(), decode_vop_header(), decode_wmv9(), encode_frame(), encode_mb_internal(), encode_picture(), encode_picture_lossless(), encode_thread(), estimate_best_b_count(), estimate_qp(), ff_alloc_picture(), ff_draw_horiz_band(), ff_dxva2_get_surface(), ff_er_frame_end(), ff_estimate_b_frame_motion(), ff_estimate_p_frame_motion(), ff_find_unused_picture(), ff_h263_decode_frame(), ff_h263_decode_picture_header(), ff_h264_alloc_tables(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_draw_horiz_band(), ff_h264_execute_ref_pic_marking(), ff_h264_fill_default_ref_list(), ff_h264_fill_mbaff_ref_list(), ff_init_block_index(), ff_mpeg1_encode_picture_header(), ff_mpeg4_encode_mb(), ff_mpeg4_encode_picture_header(), ff_mpeg_ref_picture(), ff_mpeg_unref_picture(), ff_MPV_common_init(), ff_MPV_encode_picture(), ff_MPV_frame_end(), ff_MPV_frame_start(), ff_msmpeg4_pred_dc(), ff_pre_estimate_p_frame_motion(), ff_rate_estimate_qscale(), ff_rv34_decode_frame(), ff_vaapi_get_surface_id(), ff_vc1_decode_blocks(), ff_vc1_parse_frame_header_adv(), ff_vdpau_add_data_chunk(), ff_vdpau_get_surface_id(), ff_vdpau_h264_set_reference_frames(), ff_write_pass1_stats(), ff_xvmc_decode_mb(), ff_xvmc_field_end(), ff_xvmc_field_start(), ff_xvmc_init_block(), find_unused_picture(), finish_frame(), free_picture(), get_buffer(), guess_mv(), h261_decode_frame(), h261_decode_picture_header(), h263_mv4_search(), h264_er_decode_mb(), h264_frame_start(), init_block_index(), is_intra_more_likely(), load_input_picture(), loop_filter(), mb_var_thread(), mc_dir_part(), merge_context_after_encode(), mpeg1_decode_picture(), mpeg1_encode_sequence_header(), mpeg4_encode_gop_header(), mpeg_decode_frame(), mpeg_decode_picture_coding_extension(), mpeg_er_decode_mb(), mpeg_field_start(), mpeg_motion_internal(), mpeg_motion_lowres(), MPV_decode_mb_internal(), MPV_motion_internal(), MPV_motion_lowres(), pic_as_field(), pic_is_unused(), prefetch_motion(), print_long_term(), print_short_term(), put_dc(), ref_picture(), release_unused_pictures(), rv10_decode_frame(), rv10_decode_packet(), rv30_loop_filter(), rv34_mc(), rv40_loop_filter(), select_input_picture(), set_frame_distances(), skip_check(), slice_end(), sse_mb(), svq1_encode_plane(), svq3_decode_end(), svq3_decode_frame(), svq3_mc_dir_part(), unref_picture(), vaapi_mpeg4_start_frame(), vc1_decode_frame(), vc1_decode_skip_blocks(), vc1_interp_mc(), vc1_mc_1mv(), vc1_mc_4mv_chroma(), vc1_mc_4mv_chroma4(), vc1_mc_4mv_luma(), vda_h264_end_frame(), x8_decode_intra_mb(), x8_init_block_index(), and x8_setup_spatial_predictor().
int Picture::field_picture |
whether or not the picture was encoded in separate fields
Definition at line 169 of file mpegvideo.h.
Referenced by await_reference_mb_row(), await_references(), ff_er_frame_end(), ff_mpeg_ref_picture(), ff_MPV_frame_start(), h264_frame_start(), and ref_picture().
int Picture::field_poc[2] |
h264 top/bottom POC
Definition at line 159 of file mpegvideo.h.
Referenced by decode_postinit(), decode_slice_header(), ff_h264_direct_dist_scale_factor(), ff_h264_direct_ref_list_init(), ff_h264_fill_default_ref_list(), ff_h264_fill_mbaff_ref_list(), ff_vdpau_add_data_chunk(), ff_vdpau_h264_set_reference_frames(), fill_picture_parameters(), fill_vaapi_pic(), h264_frame_start(), implicit_weight_table(), init_poc(), pic_as_field(), ref_picture(), vdpau_h264_set_rf(), and vdpau_h264_start_frame().
int Picture::frame_num |
h264 frame_num (raw frame_num from slice header)
Definition at line 161 of file mpegvideo.h.
Referenced by build_def_list(), decode_slice_header(), ff_generate_sliding_window_mmcos(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_direct_ref_list_init(), ff_h264_execute_ref_pic_marking(), ff_vdpau_h264_set_reference_frames(), fill_colmap(), fill_picture_parameters(), fill_vaapi_pic(), find_short(), print_long_term(), print_short_term(), ref_picture(), vdpau_h264_set_reference_frames(), and vdpau_h264_set_rf().
void* Picture::hwaccel_picture_private |
hardware accelerator private data
Definition at line 132 of file mpegvideo.h.
Referenced by alloc_frame_buffer(), alloc_picture(), commit_bitstream_and_slice_buffer(), dxva2_h264_decode_slice(), dxva2_h264_end_frame(), dxva2_h264_start_frame(), dxva2_mpeg2_decode_slice(), dxva2_mpeg2_end_frame(), dxva2_mpeg2_start_frame(), dxva2_vc1_decode_slice(), dxva2_vc1_end_frame(), dxva2_vc1_start_frame(), ff_mpeg_ref_picture(), and ref_picture().
AVBufferRef* Picture::hwaccel_priv_buf |
Definition at line 128 of file mpegvideo.h.
Referenced by alloc_frame_buffer(), alloc_picture(), ff_mpeg_ref_picture(), ff_mpeg_unref_picture(), ref_picture(), and unref_picture().
int Picture::long_ref |
1->long term reference 0->short term reference
Definition at line 165 of file mpegvideo.h.
Referenced by decode_update_thread_context(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_execute_ref_pic_marking(), ff_h264_fill_default_ref_list(), ff_vdpau_h264_set_reference_frames(), fill_picture_parameters(), fill_vaapi_pic(), get_scale_factor(), h264_frame_start(), implicit_weight_table(), pred_spatial_direct_motion(), ref_picture(), remove_long(), vdpau_h264_set_reference_frames(), and vdpau_h264_set_rf().
uint8_t* Picture::mb_mean |
Table for MB luminance.
Definition at line 126 of file mpegvideo.h.
Referenced by adaptive_quantization(), ff_alloc_picture(), ff_estimate_p_frame_motion(), ff_mpeg_unref_picture(), mb_var_thread(), svq1_encode_plane(), and update_picture_tables().
AVBufferRef* Picture::mb_mean_buf |
Definition at line 125 of file mpegvideo.h.
Referenced by alloc_picture_tables(), ff_alloc_picture(), and free_picture_tables().
uint32_t* Picture::mb_type |
Definition at line 108 of file mpegvideo.h.
Referenced by alloc_picture(), await_references(), decode_cabac_field_decoding_flag(), decode_cabac_mb_skip(), decode_mb_skip(), direct_search(), fetch_diagonal_mv(), ff_alloc_picture(), ff_er_frame_end(), ff_estimate_p_frame_motion(), ff_fix_long_p_mvs(), ff_h263_decode_mb(), ff_h263_loop_filter(), ff_h263_update_motion_val(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_filter_mb(), ff_h264_hl_decode_mb(), ff_mpeg4_set_direct_mv(), ff_print_debug_info2(), ff_wmv2_decode_mb(), fill_decode_caches(), fill_decode_neighbors(), fill_filter_caches(), filter_mb_dir(), get_buffer(), guess_dc(), guess_mv(), h261_decode_mb(), h261_decode_mb_skipped(), h264_filter_mb_fast_internal(), h_block_filter(), is_intra_more_likely(), loop_filter(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), mpeg4_decode_partition_b(), mpeg4_decode_partitioned_mb(), mpeg_decode_mb(), MPV_motion_internal(), msmpeg4v12_decode_mb(), msmpeg4v34_decode_mb(), parse_mb_skip(), pred_spatial_direct_motion(), pred_temp_direct_motion(), predict_field_decoding_flag(), preview_obmc(), ref_picture(), rv30_loop_filter(), rv34_decode_inter_macroblock(), rv34_decode_inter_mb_header(), rv34_decode_intra_macroblock(), rv34_decode_intra_mb_header(), rv34_decode_mv(), rv34_pred_mv_b(), rv40_loop_filter(), svq1_encode_plane(), svq3_decode_frame(), svq3_decode_mb(), update_picture_tables(), v_block_filter(), vc1_decode_b_mb_intfi(), vc1_decode_b_mb_intfr(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_p_mb(), vc1_decode_p_mb_intfi(), vc1_decode_p_mb_intfr(), and vc1_pred_b_mv_intfi().
AVBufferRef* Picture::mb_type_buf |
Definition at line 107 of file mpegvideo.h.
Referenced by alloc_picture(), alloc_picture_tables(), ff_alloc_picture(), free_picture(), free_picture_tables(), get_buffer(), ref_picture(), and unref_picture().
uint16_t* Picture::mb_var |
Table for MB variances.
Definition at line 117 of file mpegvideo.h.
Referenced by adaptive_quantization(), ff_alloc_picture(), ff_estimate_p_frame_motion(), ff_get_best_fcode(), mb_var_thread(), svq1_encode_plane(), and update_picture_tables().
AVBufferRef* Picture::mb_var_buf |
Definition at line 116 of file mpegvideo.h.
Referenced by alloc_picture_tables(), ff_alloc_picture(), and free_picture_tables().
int Picture::mb_var_sum |
sum of MB variance for current frame
Definition at line 172 of file mpegvideo.h.
Referenced by encode_picture(), ff_mpeg_ref_picture(), ff_rate_estimate_qscale(), ff_write_pass1_stats(), and ratecontrol_1pass().
int Picture::mbaff |
h264 1 -> MBAFF frame 0-> not MBAFF
Definition at line 168 of file mpegvideo.h.
Referenced by ff_h264_direct_ref_list_init(), fill_colmap(), pred_temp_direct_motion(), and ref_picture().
uint8_t* Picture::mbskip_table |
Definition at line 111 of file mpegvideo.h.
Referenced by ff_alloc_picture(), ff_estimate_b_frame_motion(), ff_h263_update_motion_val(), ff_mpeg4_encode_mb(), mpeg4_decode_mb(), and update_picture_tables().
AVBufferRef* Picture::mbskip_table_buf |
Definition at line 110 of file mpegvideo.h.
Referenced by alloc_picture_tables(), ff_alloc_picture(), and free_picture_tables().
uint16_t* Picture::mc_mb_var |
Table for motion compensated MB variances.
Definition at line 120 of file mpegvideo.h.
Referenced by adaptive_quantization(), encode_mb_internal(), ff_alloc_picture(), ff_estimate_b_frame_motion(), ff_estimate_p_frame_motion(), ff_get_best_fcode(), svq1_encode_plane(), and update_picture_tables().
AVBufferRef* Picture::mc_mb_var_buf |
Definition at line 119 of file mpegvideo.h.
Referenced by alloc_picture_tables(), ff_alloc_picture(), and free_picture_tables().
int Picture::mc_mb_var_sum |
motion compensated MB variance for current frame
Definition at line 173 of file mpegvideo.h.
Referenced by encode_picture(), ff_mpeg_ref_picture(), ff_rate_estimate_qscale(), ff_write_pass1_stats(), and ratecontrol_1pass().
int Picture::mmco_reset |
h264 MMCO_RESET set this 1. Reordering code must not mix pictures before and after MMCO_RESET.
Definition at line 162 of file mpegvideo.h.
Referenced by decode_frame(), decode_postinit(), ff_h264_execute_ref_pic_marking(), h264_frame_start(), and ref_picture().
int16_t(*[2] Picture::motion_val)[2] |
Definition at line 105 of file mpegvideo.h.
Referenced by alloc_picture(), direct_search(), encode_thread(), ff_alloc_picture(), ff_er_frame_end(), ff_estimate_p_frame_motion(), ff_fix_long_p_mvs(), ff_h263_decode_mb(), ff_h263_encode_mb(), ff_h263_pred_motion(), ff_h263_update_motion_val(), ff_mpeg4_encode_mb(), ff_mpeg4_set_one_direct_mv(), ff_print_debug_info2(), fill_decode_caches(), fill_filter_caches_inter(), get_buffer(), guess_mv(), h263_mv4_search(), h_block_filter(), mpeg4_decode_partition_a(), mpeg4_decode_partitioned_mb(), mpeg_decode_slice(), MPV_motion_internal(), pred_pskip_motion(), pred_spatial_direct_motion(), pred_temp_direct_motion(), preview_obmc(), ref_picture(), rv34_decode_mv(), rv34_mc(), rv34_pred_mv(), rv34_pred_mv_b(), rv34_pred_mv_rv3(), rv34_set_deblock_coef(), set_p_mv_tables(), svq1_encode_plane(), svq3_decode_mb(), svq3_mc_dir(), update_picture_tables(), v_block_filter(), vc1_apply_p_h_loop_filter(), vc1_apply_p_v_loop_filter(), vc1_decode_b_mb_intfi(), vc1_decode_b_mb_intfr(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_p_mb(), vc1_decode_p_mb_intfi(), vc1_decode_p_mb_intfr(), vc1_mc_1mv(), vc1_mc_4mv_chroma(), vc1_mc_4mv_luma(), vc1_pred_b_mv(), vc1_pred_b_mv_intfi(), vc1_pred_mv(), vc1_pred_mv_intfr(), wmv2_pred_motion(), and write_back_motion_list().
AVBufferRef* Picture::motion_val_buf[2] |
Definition at line 104 of file mpegvideo.h.
Referenced by alloc_picture(), alloc_picture_tables(), ff_alloc_picture(), ff_er_frame_end(), free_picture(), free_picture_tables(), get_buffer(), ref_picture(), and unref_picture().
int Picture::needs_realloc |
Picture needs to be reallocated (eg due to a frame size change)
Definition at line 176 of file mpegvideo.h.
Referenced by ff_find_unused_picture(), ff_mpeg_ref_picture(), ff_MPV_common_frame_size_change(), ff_MPV_frame_start(), find_unused_picture(), free_tables(), pic_is_unused(), and ref_picture().
int Picture::pic_id |
h264 pic_num (short -> no wrap version of pic_num, pic_num & max_pic_num; long -> long_pic_num)
Definition at line 163 of file mpegvideo.h.
Referenced by build_def_list(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_fill_default_ref_list(), ff_vdpau_h264_set_reference_frames(), fill_picture_parameters(), fill_vaapi_pic(), ref_picture(), split_field_copy(), vdpau_h264_set_reference_frames(), and vdpau_h264_set_rf().
int Picture::poc |
h264 frame POC
Definition at line 160 of file mpegvideo.h.
Referenced by add_sorted(), decode_frame(), decode_postinit(), decode_slice_header(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_direct_dist_scale_factor(), ff_h264_direct_ref_list_init(), ff_h264_fill_default_ref_list(), ff_h264_fill_mbaff_ref_list(), get_scale_factor(), implicit_weight_table(), init_poc(), pic_as_field(), print_long_term(), print_short_term(), and ref_picture().
int8_t* Picture::qscale_table |
Definition at line 102 of file mpegvideo.h.
Referenced by alloc_picture(), decide_ac_pred(), decode_mb_skip(), encode_mb_internal(), encode_thread(), ff_alloc_picture(), ff_clean_h263_qscales(), ff_clean_mpeg4_qscales(), ff_h263_loop_filter(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_filter_mb(), ff_init_qscale_tab(), ff_intrax8_decode_picture(), ff_mpeg4_pred_ac(), ff_print_debug_info2(), ff_xvmc_decode_mb(), fill_filter_caches(), filter_mb_dir(), h264_filter_mb_fast_internal(), loop_filter(), mpeg4_decode_partition_a(), mpeg4_decode_partition_b(), mpeg4_decode_partitioned_mb(), MPV_decode_mb_internal(), ref_picture(), rv30_loop_filter(), rv34_decode_inter_macroblock(), rv34_decode_intra_macroblock(), rv40_loop_filter(), update_picture_tables(), vc1_decode_b_mb(), vc1_decode_b_mb_intfi(), vc1_decode_b_mb_intfr(), vc1_decode_i_block_adv(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_intra_block(), vc1_decode_p_mb(), vc1_decode_p_mb_intfi(), vc1_decode_p_mb_intfr(), and vc1_pred_dc().
AVBufferRef* Picture::qscale_table_buf |
Definition at line 101 of file mpegvideo.h.
Referenced by alloc_picture(), alloc_picture_tables(), ff_alloc_picture(), ff_mpv_export_qp_table(), free_picture_tables(), ref_picture(), and unref_picture().
int Picture::ref_count[2][2] |
number of entries in ref_poc (FIXME need per slice)
Definition at line 167 of file mpegvideo.h.
Referenced by ff_h264_direct_ref_list_init(), fill_colmap(), and ref_picture().
int8_t* Picture::ref_index[2] |
Definition at line 114 of file mpegvideo.h.
Referenced by alloc_picture(), ff_alloc_picture(), ff_er_frame_end(), ff_h263_round_chroma(), ff_h263_update_motion_val(), ff_mpeg4_set_direct_mv(), fill_decode_caches(), fill_filter_caches_inter(), get_buffer(), guess_mv(), h264_er_decode_mb(), mpeg_decode_slice(), pred_pskip_motion(), pred_spatial_direct_motion(), pred_temp_direct_motion(), ref_picture(), update_picture_tables(), write_back_motion(), and write_back_motion_list().
AVBufferRef* Picture::ref_index_buf[2] |
Definition at line 113 of file mpegvideo.h.
Referenced by alloc_picture(), alloc_picture_tables(), ff_alloc_picture(), ff_er_frame_end(), free_picture(), free_picture_tables(), get_buffer(), ref_picture(), and unref_picture().
int Picture::ref_poc[2][2][32] |
h264 POCs of the frames/fields used as reference (FIXME need per slice)
Definition at line 166 of file mpegvideo.h.
Referenced by ff_h264_direct_ref_list_init(), fill_colmap(), and ref_picture().
int Picture::reference |
Definition at line 178 of file mpegvideo.h.
Referenced by alloc_frame_buffer(), alloc_picture(), await_reference_mb_row(), await_references(), decode_frame(), decode_postinit(), decode_slice_header(), ff_draw_horiz_band(), ff_generate_sliding_window_mmcos(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_direct_ref_list_init(), ff_h264_execute_ref_pic_marking(), ff_h264_fill_mbaff_ref_list(), ff_mpeg_ref_picture(), ff_MPV_frame_end(), ff_MPV_frame_start(), ff_release_unused_pictures(), ff_vdpau_add_data_chunk(), ff_vdpau_h264_set_reference_frames(), fill_colmap(), fill_picture_parameters(), fill_slice_long(), fill_vaapi_pic(), fill_vaapi_ReferenceFrames(), flush_change(), flush_dpb(), get_buffer(), get_lowest_part_y(), h264_er_decode_mb(), h264_frame_start(), load_input_picture(), mc_dir_part(), MPV_decode_mb_internal(), pic_as_field(), pic_is_unused(), pred_spatial_direct_motion(), pred_temp_direct_motion(), ref_picture(), release_unused_pictures(), select_input_picture(), split_field_copy(), unreference_pic(), vdpau_h264_set_reference_frames(), and vdpau_h264_set_rf().
int Picture::shared |
Definition at line 179 of file mpegvideo.h.
Referenced by estimate_best_b_count(), ff_alloc_picture(), ff_mpeg4_encode_mb(), ff_mpeg_ref_picture(), select_input_picture(), and skip_check().
int Picture::sync |
has been decoded after a keyframe
Definition at line 170 of file mpegvideo.h.
Referenced by decode_frame(), decode_nal_units(), decode_postinit(), ff_h264_execute_ref_pic_marking(), h264_frame_start(), and ref_picture().
ThreadFrame Picture::tf |
Definition at line 99 of file mpegvideo.h.
Referenced by alloc_frame_buffer(), alloc_picture(), await_reference_mb_row(), await_references(), decode_finish_row(), decode_nal_units(), decode_slice_header(), decode_update_thread_context(), ff_er_frame_end(), ff_mpeg_ref_picture(), ff_mpeg_unref_picture(), ff_MPV_frame_end(), ff_MPV_frame_start(), ff_MPV_report_decode_progress(), ff_rv34_decode_frame(), field_end(), finish_frame(), get_lowest_part_y(), guess_mv(), is_intra_more_likely(), mpeg4_decode_mb(), MPV_decode_mb_internal(), ref_picture(), rv34_decode_mv(), rv34_decode_slice(), rv34_mc(), and unref_picture().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11