diff options
| author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-02-25 23:44:05 +0000 |
|---|---|---|
| committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-02-25 23:44:05 +0000 |
| commit | 28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44 (patch) | |
| tree | 5e0bfaff1b4621ed37f6c68c7f1489f5e302be4b /src/dxr3/dxr3_video_out.h | |
| parent | c419a70b703e15cbf5fbc1b8375f6672bc120faf (diff) | |
| download | xine-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.h')
| -rw-r--r-- | src/dxr3/dxr3_video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index d3fa1c6b5..0b79c736d 100644 --- a/src/dxr3/dxr3_video_out.h +++ b/src/dxr3/dxr3_video_out.h @@ -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.h,v 1.12 2001/12/23 02:36:55 hrm Exp $ + * $Id: dxr3_video_out.h,v 1.13 2002/02/25 23:44:05 jcdutton Exp $ * */ @@ -130,7 +130,7 @@ typedef struct dxr3_driver_s { char *user_data; - void (*request_dest_size) (char *userdata, int video_width, + void (*frame_output_cb) (char *userdata, int video_width, int video_height, int *dest_x, int *dest_y, int *dest_height, int *dest_width); } dxr3_driver_t; |
