Blame view

3rdparty/ffmpeg-4.2.2/libavdevice/indev_list.c 178 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
  static const AVInputFormat * const indev_list[] = {
      &ff_fbdev_demuxer,
      &ff_lavfi_demuxer,
      &ff_oss_demuxer,
      &ff_v4l2_demuxer,
      &ff_xcbgrab_demuxer,
      NULL };