Mercurial > mplayer.hg
changeset 528:c19b0f6e03a5
added vo png support
author | atmosfear |
---|---|
date | Thu, 19 Apr 2001 20:14:30 +0000 |
parents | a38decaa04ec |
children | b12fa035a3b0 |
files | libvo/video_out.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.c Thu Apr 19 20:12:24 2001 +0000 +++ b/libvo/video_out.c Thu Apr 19 20:14:30 2001 +0000 @@ -62,6 +62,7 @@ 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 @@ &video_out_odivx, &video_out_pgm, &video_out_md5, + &video_out_png, NULL };