FFmpeg
|
#include <stdint.h>
#include "libavcodec/packet.h"
#include "avformat.h"
#include "avio.h"
#include "iamf.h"
Go to the source code of this file.
Data Structures | |
struct | IAMFDemuxContext |
Functions | |
int | ff_iamf_read_packet (AVFormatContext *s, IAMFDemuxContext *c, AVIOContext *pb, int max_size, AVPacket *pkt) |
void | ff_iamf_read_deinit (IAMFDemuxContext *c) |
int ff_iamf_read_packet | ( | AVFormatContext * | s, |
IAMFDemuxContext * | c, | ||
AVIOContext * | pb, | ||
int | max_size, | ||
AVPacket * | pkt | ||
) |
Definition at line 267 of file iamf_reader.c.
Referenced by iamf_read_packet(), and mov_read_packet().
void ff_iamf_read_deinit | ( | IAMFDemuxContext * | c | ) |
Definition at line 328 of file iamf_reader.c.
Referenced by iamf_read_close(), and mov_free_stream_context().