File size: 146 Bytes
8ead80b |
1 2 3 4 5 6 7 |
static const FFOutputFormat * const outdev_list[] = {
&ff_alsa_muxer,
&ff_fbdev_muxer,
&ff_oss_muxer,
&ff_v4l2_muxer,
NULL };
|
8ead80b |
1 2 3 4 5 6 7 |
static const FFOutputFormat * const outdev_list[] = {
&ff_alsa_muxer,
&ff_fbdev_muxer,
&ff_oss_muxer,
&ff_v4l2_muxer,
NULL };
|