FFmpeg
|
#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 (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 | |
AVInputFormat | ff_wsd_demuxer |
|
static |
|
static |
Definition at line 37 of file wsddec.c.
Referenced by get_metadata().
|
static |
Definition at line 46 of file wsddec.c.
Referenced by wsd_read_header().
|
static |
Definition at line 71 of file wsddec.c.
Referenced by wsd_read_header().
|
static |
AVInputFormat ff_wsd_demuxer |