#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"#include "pcm.h"#include "rso.h"Go to the source code of this file.
Macros | |
| #define | BLOCK_SIZE 1024 /* in samples */ |
Functions | |
| static int | rso_read_header (AVFormatContext *s) |
| static int | rso_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_rso_demuxer |
| #define BLOCK_SIZE 1024 /* in samples */ |
Definition at line 74 of file rsodec.c.
Referenced by rso_read_packet().
|
static |
|
static |
| AVInputFormat ff_rso_demuxer |