FFmpeg
|
#include <exif.h>
Data Fields | |
uint16_t | id |
enum AVTiffDataType | type |
uint32_t | count |
uint32_t | ifd_offset |
uint8_t * | ifd_lead |
union { | |
void * ptr | |
int64_t * sint | |
uint64_t * uint | |
double * dbl | |
char * str | |
uint8_t * ubytes | |
int8_t * sbytes | |
AVRational * rat | |
AVExifMetadata ifd | |
} | value |
uint16_t AVExifEntry::id |
Definition at line 86 of file exif.h.
Referenced by exif_attach_ifd(), exif_get_entry(), exif_remove_entry(), and ff_exif_sanitize_ifd().
enum AVTiffDataType AVExifEntry::type |
Definition at line 87 of file exif.h.
Referenced by exif_get_entry(), exif_remove_entry(), and ff_exif_sanitize_ifd().
uint32_t AVExifEntry::count |
Definition at line 88 of file exif.h.
Referenced by ff_exif_sanitize_ifd().
uint64_t* AVExifEntry::uint |
Definition at line 109 of file exif.h.
Referenced by exif_attach_ifd(), ff_exif_sanitize_ifd(), and libjxl_preprocess_stream().
AVRational* AVExifEntry::rat |
AVExifMetadata AVExifEntry::ifd |
Definition at line 115 of file exif.h.
Referenced by exif_get_entry(), exif_remove_entry(), and ff_exif_sanitize_ifd().
union { ... } AVExifEntry::value |
Referenced by exif_attach_ifd(), exif_get_entry(), exif_remove_entry(), ff_exif_sanitize_ifd(), and libjxl_preprocess_stream().