|
FFmpeg
|
#include <frame.h>
Data Fields | |
| enum AVFrameSideDataType | type |
| uint8_t * | data |
| int | size |
| AVDictionary * | metadata |
| enum AVFrameSideDataType AVFrameSideData::type |
Definition at line 41 of file frame.h.
Referenced by av_frame_copy_props(), av_frame_get_side_data(), and av_frame_new_side_data().
| uint8_t* AVFrameSideData::data |
Definition at line 42 of file frame.h.
Referenced by av_frame_copy_props(), av_frame_new_side_data(), av_frame_unref(), and mpeg_field_start().
| int AVFrameSideData::size |
Definition at line 43 of file frame.h.
Referenced by av_frame_copy_props(), and av_frame_new_side_data().
| AVDictionary* AVFrameSideData::metadata |
Definition at line 44 of file frame.h.
Referenced by av_frame_copy_props(), and av_frame_unref().
1.8.2