| 214 | } |
| 215 | |
| 216 | static 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 |
nothing calls this directly
no test coverage detected