Home
last modified time | relevance | path

Searched refs:ff_dshow_context_class_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddshow_capture.h50 extern const AVClass *ff_dshow_context_class_ptr;
51 #define dshowdebug(...) ff_dlog(&ff_dshow_context_class_ptr, __VA_ARGS__)
Ddshow_common.c60 const AVClass *ff_dshow_context_class_ptr = &ff_dshow_context_class; variable