mirror of https://github.com/mpv-player/mpv
added vo png support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@529 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e1388820d6
commit
df59e5632c
|
@ -62,6 +62,7 @@ extern vo_functions_t video_out_md5;
|
|||
extern vo_functions_t video_out_syncfb;
|
||||
extern vo_functions_t video_out_fbdev;
|
||||
extern vo_functions_t video_out_svga;
|
||||
extern vo_functions_t video_out_png;
|
||||
|
||||
vo_functions_t* video_out_drivers[] =
|
||||
{
|
||||
|
@ -103,6 +104,7 @@ vo_functions_t* video_out_drivers[] =
|
|||
&video_out_odivx,
|
||||
&video_out_pgm,
|
||||
&video_out_md5,
|
||||
&video_out_png,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue