#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "spdif.h"
Go to the source code of this file.
◆ MARKER_16LE
| #define MARKER_16LE 0x72F81F4E |
◆ MARKER_20LE
| #define MARKER_20LE 0x20876FF0E154 |
◆ MARKER_24LE
| #define MARKER_24LE 0x72F8961F4EA5 |
◆ IS_16LE_MARKER
| #define IS_16LE_MARKER |
( |
| state | ) |
|
◆ IS_20LE_MARKER
| #define IS_20LE_MARKER |
( |
| state | ) |
|
◆ IS_24LE_MARKER
| #define IS_24LE_MARKER |
( |
| state | ) |
|
Value:
Definition at line 33 of file s337m.c.
◆ IS_LE_MARKER
| #define IS_LE_MARKER |
( |
| state | ) |
|
◆ s337m_get_offset_and_codec()
| static int s337m_get_offset_and_codec |
( |
void * | avc, |
|
|
uint64_t | state, |
|
|
int | data_type, |
|
|
int | data_size, |
|
|
int * | offset, |
|
|
enum AVCodecID * | codec ) |
|
static |
◆ s337m_probe()
◆ s337m_read_header()
◆ bswap_buf24()
| static void bswap_buf24 |
( |
uint8_t * | data, |
|
|
int | size ) |
|
static |
◆ s337m_read_packet()
◆ ff_s337m_demuxer
Initial value:= {
.p.name = "s337m",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int s337m_read_header(AVFormatContext *s)
static int s337m_probe(const AVProbeData *p)
static int s337m_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 191 of file s337m.c.