Blame view

3rdparty/ffmpeg-4.4.4/libavdevice/outdev_list.c 126 Bytes
09c2d08c   Hu Chunming   arm交付版
1
2
3
4
5
  static const AVOutputFormat * const outdev_list[] = {
      &ff_fbdev_muxer,
      &ff_oss_muxer,
      &ff_v4l2_muxer,
      NULL };