FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/timecode.h"
#include "avformat.h"
#include "internal.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 AVInputFormat | ff_wsd_demuxer |
|
static |
|
static |
Definition at line 38 of file wsddec.c.
Referenced by get_metadata().
|
static |
Definition at line 47 of file wsddec.c.
Referenced by wsd_read_header().
|
static |
Definition at line 72 of file wsddec.c.
Referenced by wsd_read_header().
|
static |
const AVInputFormat ff_wsd_demuxer |