|
FFmpeg
|
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavutil/timecode.h"#include "avformat.h"#include "demux.h"#include "rawdec.h"Go to the source code of this file.
Functions | |
| static int | wsd_probe (const AVProbeData *p) |
| static int | empty_string (const char *buf, unsigned size) |
| static int | wsd_to_av_channel_layoyt (AVFormatContext *s, int bit) |
| static int | get_metadata (AVFormatContext *s, const char *const tag, const unsigned size) |
| static int | wsd_read_header (AVFormatContext *s) |
Variables | |
| const FFInputFormat | ff_wsd_demuxer |
|
static |
|
static |
Definition at line 39 of file wsddec.c.
Referenced by get_metadata().
|
static |
Definition at line 48 of file wsddec.c.
Referenced by wsd_read_header().
|
static |
Definition at line 73 of file wsddec.c.
Referenced by wsd_read_header().
|
static |
| const FFInputFormat ff_wsd_demuxer |
1.8.17