FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/png.h"
#include "avformat.h"
#include "flac_picture.h"
#include "id3v2.h"
#include "internal.h"
Go to the source code of this file.
Macros | |
#define | MAX_TRUNC_PICTURE_SIZE (500 * 1024 * 1024) |
Functions | |
int | ff_flac_parse_picture (AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround) |
#define MAX_TRUNC_PICTURE_SIZE (500 * 1024 * 1024) |
Definition at line 30 of file flac_picture.c.
int ff_flac_parse_picture | ( | AVFormatContext * | s, |
uint8_t * | buf, | ||
int | buf_size, | ||
int | truncate_workaround | ||
) |
Definition at line 32 of file flac_picture.c.
Referenced by ff_vorbis_comment(), and flac_read_header().