|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "libavutil/avassert.h"#include "libavutil/channel_layout.h"#include "libavutil/internal.h"#include "avformat.h"#include "internal.h"#include "avio_internal.h"Go to the source code of this file.
Data Structures | |
| struct | SGADemuxContext |
Macros | |
| #define | SEGA_CD_PCM_NUM 12500000 |
| #define | SEGA_CD_PCM_DEN 786432 |
Functions | |
| static int | sga_probe (const AVProbeData *p) |
| static int | sga_read_header (AVFormatContext *s) |
| static void | print_stats (AVFormatContext *s, const char *where) |
| static void | update_type_size (AVFormatContext *s) |
| static int | sga_video_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | sga_audio_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | sga_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | try_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | sga_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | sga_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
Variables | |
| const AVInputFormat | ff_sga_demuxer |
|
static |
|
static |
|
static |
Definition at line 231 of file sga.c.
Referenced by sga_read_packet(), and try_packet().
|
static |
Definition at line 245 of file sga.c.
Referenced by sga_audio_packet(), sga_read_packet(), sga_video_packet(), and try_packet().
|
static |
Definition at line 258 of file sga.c.
Referenced by sga_packet().
|
static |
Definition at line 309 of file sga.c.
Referenced by sga_packet().
|
static |
Definition at line 356 of file sga.c.
Referenced by try_packet().
|
static |
Definition at line 388 of file sga.c.
Referenced by sga_read_packet().
|
static |
|
static |
| const AVInputFormat ff_sga_demuxer |
1.8.17