summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_video_out.c
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-02-25 23:44:05 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-02-25 23:44:05 +0000
commit28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44 (patch)
tree5e0bfaff1b4621ed37f6c68c7f1489f5e302be4b /src/dxr3/dxr3_video_out.c
parentc419a70b703e15cbf5fbc1b8375f6672bc120faf (diff)
downloadxine-lib-28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44.tar.gz
xine-lib-28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44.tar.bz2
xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not actually work yet.
CVS patchset: 1519 CVS date: 2002/02/25 23:44:05
Diffstat (limited to 'src/dxr3/dxr3_video_out.c')
-rw-r--r--src/dxr3/dxr3_video_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_video_out.c b/src/dxr3/dxr3_video_out.c
index e1197d6e2..02d2f053f 100644
--- a/src/dxr3/dxr3_video_out.c
+++ b/src/dxr3/dxr3_video_out.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: dxr3_video_out.c,v 1.5 2002/01/09 22:33:04 jcdutton Exp $
+ * $Id: dxr3_video_out.c,v 1.6 2002/02/25 23:44:05 jcdutton Exp $
*
* mpeg1 encoding video out plugin for the dxr3.
*
@@ -636,7 +636,7 @@ printf("dxr3_video_out:init_plugin\n");
}
static vo_info_t vo_info_dxr3 = {
- 3, /* api version */
+ 4, /* api version */
"dxr3",
"xine video output plugin for dxr3 cards",
VISUAL_TYPE_X11,