author | harlekin <harlekin> | 2003-02-03 22:01:40 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-02-03 22:01:40 (UTC) |
commit | a6ed3872856d8b78115bcf1a0f2834631b53a71f (patch) (unidiff) | |
tree | 9195b0c83b1a76123e7f2308b2f716a4e5fa2c67 | |
parent | ddbafc58961158490c1a68d5102a2a8662a58fa5 (diff) | |
download | opie-a6ed3872856d8b78115bcf1a0f2834631b53a71f.zip opie-a6ed3872856d8b78115bcf1a0f2834631b53a71f.tar.gz opie-a6ed3872856d8b78115bcf1a0f2834631b53a71f.tar.bz2 |
adapted to xine1-beta4
-rw-r--r-- | noncore/multimedia/opieplayer2/nullvideo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/nullvideo.c b/noncore/multimedia/opieplayer2/nullvideo.c index 095f206..3cf3664 100644 --- a/noncore/multimedia/opieplayer2/nullvideo.c +++ b/noncore/multimedia/opieplayer2/nullvideo.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <xine.h> | 39 | #include <xine.h> |
40 | #include <xine/video_out.h> | 40 | #include <xine/video_out.h> |
41 | #include <xine/xine_internal.h> | 41 | #include <xine/xine_internal.h> |
42 | #include <xine/xineutils.h> | 42 | //#include <xine/xineutils.h> |
43 | #include <xine/vo_scale.h> | 43 | #include <xine/vo_scale.h> |
44 | #include <xine/buffer.h> | 44 | #include <xine/buffer.h> |
45 | 45 | ||
@@ -494,7 +494,7 @@ xine_vo_driver_t* init_video_out_plugin( xine_t *xine, | |||
494 | vo->frameDis = frameDisplayFunc; | 494 | vo->frameDis = frameDisplayFunc; |
495 | 495 | ||
496 | /* return ( vo_driver_t*) vo; */ | 496 | /* return ( vo_driver_t*) vo; */ |
497 | return vo_new_port( xine, ( vo_driver_t* )vo ); | 497 | return vo_new_port( xine, ( vo_driver_t* )vo, 1 ); |
498 | } | 498 | } |
499 | 499 | ||
500 | #if 0 | 500 | #if 0 |