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

Function fbdev_get_device_list

libavdevice/fbdev_enc.c:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
190{
191 return ff_fbdev_get_device_list(device_list);
192}
193
194#define OFFSET(x) offsetof(FBDevContext, x)
195#define ENC AV_OPT_FLAG_ENCODING_PARAM

Callers

nothing calls this directly

Calls 1

ff_fbdev_get_device_listFunction · 0.85

Tested by

no test coverage detected