FFmpeg
|
MMCO Struct Reference
Memory management control operation. More...
#include <h264.h>
Data Fields | |
MMCOOpcode | opcode |
int | short_pic_num |
pic_num without wrapping (pic_num & max_pic_num) More... | |
int | long_arg |
index, pic_num, or num long refs depending on opcode More... | |
Detailed Description
Field Documentation
int MMCO::long_arg |
index, pic_num, or num long refs depending on opcode
Definition at line 254 of file h264.h.
Referenced by ff_h264_decode_ref_pic_marking(), and ff_h264_execute_ref_pic_marking().
MMCOOpcode MMCO::opcode |
Definition at line 252 of file h264.h.
Referenced by ff_generate_sliding_window_mmcos(), ff_h264_decode_ref_pic_marking(), and ff_h264_execute_ref_pic_marking().
int MMCO::short_pic_num |
pic_num without wrapping (pic_num & max_pic_num)
Definition at line 253 of file h264.h.
Referenced by ff_generate_sliding_window_mmcos(), ff_h264_decode_ref_pic_marking(), and ff_h264_execute_ref_pic_marking().
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