| 187 | } |
| 188 | |
| 189 | static 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 |
nothing calls this directly
no test coverage detected