FFmpeg
Data Fields
MMCO Struct Reference

Memory management control operation. More...

#include <h264dec.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

Memory management control operation.

Definition at line 122 of file h264dec.h.

Field Documentation

◆ opcode

MMCOOpcode MMCO::opcode

Definition at line 123 of file h264dec.h.

Referenced by ff_h264_decode_ref_pic_marking(), and generate_sliding_window_mmcos().

◆ short_pic_num

int MMCO::short_pic_num

pic_num without wrapping (pic_num & max_pic_num)

Definition at line 124 of file h264dec.h.

Referenced by ff_h264_decode_ref_pic_marking(), and generate_sliding_window_mmcos().

◆ long_arg

int MMCO::long_arg

index, pic_num, or num long refs depending on opcode

Definition at line 125 of file h264dec.h.

Referenced by ff_h264_decode_ref_pic_marking(), and ff_h264_execute_ref_pic_marking().


The documentation for this struct was generated from the following file: