FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
Include dependency graph for loasdec.c:
Go to the source code of this file.
Functions | |
static int | loas_probe (AVProbeData *p) |
static int | loas_read_header (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_loas_demuxer |
Function Documentation
|
static |
|
static |
Variable Documentation
AVInputFormat ff_loas_demuxer |
Initial value:
= {
.name = "loas",
.long_name = NULL_IF_CONFIG_SMALL("LOAS AudioSyncStream"),
.read_probe = loas_probe,
.read_header = loas_read_header,
.read_packet = ff_raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
.raw_codec_id = AV_CODEC_ID_AAC_LATM,
}
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawdec.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:431
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11