diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-13 15:44:02 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-13 15:44:02 +0000 |
commit | e6d1129660f312655f16e5326dad2a63380ded84 (patch) | |
tree | ca0159e59dadd9a767a3dd1dd0b0c7aa3300f2dc /src | |
parent | 8a367c7e743949e9257c0cb39bdd5c55a30c031d (diff) | |
download | xine-lib-e6d1129660f312655f16e5326dad2a63380ded84.tar.gz xine-lib-e6d1129660f312655f16e5326dad2a63380ded84.tar.bz2 |
dxr3 video out has been adapted to the new video out api
(thanks to Miguel for doing that)
CVS patchset: 2445
CVS date: 2002/08/13 15:44:02
Diffstat (limited to 'src')
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index 54258dbc4..e038abe74 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_dxr3.c,v 1.47 2002/08/11 13:22:55 mroi Exp $ + * $Id: video_out_dxr3.c,v 1.48 2002/08/13 15:44:02 mroi Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -113,7 +113,7 @@ static void dxr3_update_enhanced_mode(void *this_gen, cfg_entry_t *entry) vo_info_t *get_video_out_plugin_info() { static vo_info_t vo_info_dxr3 = { - 5, /* api version */ + 6, /* api version */ "dxr3", NULL, VISUAL_TYPE_X11, |