#include "dshow.h"
Go to the source code of this file.
Defines | |
#define | dstruct(pctx, sname, var, type) dshowdebug(" "#var":\t%"type"\n", sname->var) |
Functions | |
long | ff_copy_dshow_media_type (AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src) |
void | ff_printGUID (const GUID *g) |
static const char * | dshow_context_to_name (void *ptr) |
void | ff_print_AM_MEDIA_TYPE (const AM_MEDIA_TYPE *type) |
Variables | |
static const AVClass | ff_dshow_context_class = { "DirectShow", dshow_context_to_name } |
const AVClass * | ff_dshow_context_class_ptr = &ff_dshow_context_class |
#define dstruct | ( | pctx, | |||
sname, | |||||
var, | |||||
type | ) | dshowdebug(" "#var":\t%"type"\n", sname->var) |
Definition at line 62 of file dshow_common.c.
Referenced by dump_bih(), dump_captureparms(), and dump_videohdr().
static const char* dshow_context_to_name | ( | void * | ptr | ) | [static] |
Definition at line 55 of file dshow_common.c.
long ff_copy_dshow_media_type | ( | AM_MEDIA_TYPE * | dst, | |
const AM_MEDIA_TYPE * | src | |||
) |
Definition at line 24 of file dshow_common.c.
Referenced by libAVEnumMediaTypes_Setup(), libAVPin_ConnectionMediaType(), and libAVPin_ReceiveConnection().
void ff_print_AM_MEDIA_TYPE | ( | const AM_MEDIA_TYPE * | type | ) |
void ff_printGUID | ( | const GUID * | g | ) |
const AVClass ff_dshow_context_class = { "DirectShow", dshow_context_to_name } [static] |
Definition at line 59 of file dshow_common.c.
Definition at line 60 of file dshow_common.c.