MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / fbdev_get_device_list

Function fbdev_get_device_list

libavdevice/fbdev_dec.c:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
217{
218 return ff_fbdev_get_device_list(device_list);
219}
220
221#define OFFSET(x) offsetof(FBDevContext, x)
222#define DEC AV_OPT_FLAG_DECODING_PARAM

Callers

nothing calls this directly

Calls 1

ff_fbdev_get_device_listFunction · 0.85

Tested by

no test coverage detected