Blame view

3rdparty/ffmpeg-4.4.4/libavdevice/indev_list.c 153 Bytes
09c2d08c   Hu Chunming   arm交付版
1
2
3
4
5
6
  static const AVInputFormat * const indev_list[] = {
      &ff_fbdev_demuxer,
      &ff_lavfi_demuxer,
      &ff_oss_demuxer,
      &ff_v4l2_demuxer,
      NULL };