Use MP4s when not on windows

Also, make it use 'veryfast' preset.  Still testing this, might have to
revise this later.
This commit is contained in:
jp9000
2014-02-27 23:14:03 -07:00
parent 7f087e95b3
commit f9809847cd
6 changed files with 17 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ EXPORT int video_output_open(video_t *video, struct video_output_info *info);
EXPORT void video_output_close(video_t video);
EXPORT bool video_output_connect(video_t video,
struct video_scale_info *conversion,
const struct video_scale_info *conversion,
void (*callback)(void *param, const struct video_data *frame),
void *param);
EXPORT void video_output_disconnect(video_t video,