diff options
| author | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-11-25 20:21:25 +0000 |
|---|---|---|
| committer | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-11-25 20:21:25 +0000 |
| commit | 78dbf9bc40eed253340185910cc2a90ae48ca29e (patch) | |
| tree | aa9ebd05598ef918cea49ccf44f761ce12593a2f /src/dxr3/dxr3_video_out.h | |
| parent | 03ce9881c5988b462152200cd55853fd669df5ae (diff) | |
| download | xine-lib-78dbf9bc40eed253340185910cc2a90ae48ca29e.tar.gz xine-lib-78dbf9bc40eed253340185910cc2a90ae48ca29e.tar.bz2 | |
reworked dxr3 decoder plugin for new style (since 0.9.4 or so)
metronom/demux/whatever behaviour. It works pretty well for me now,
but definately needs more testing.
I've tagged the old style (as of xine 0.9.5) as DXR3_095 prior
to commit these changes.
CVS patchset: 1110
CVS date: 2001/11/25 20:21:25
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
| -rw-r--r-- | src/dxr3/dxr3_video_out.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index c7d36b568..12b545e3b 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.6 2001/11/19 17:07:15 mlampard Exp $ + * $Id: dxr3_video_out.h,v 1.7 2001/11/25 20:21:25 hrm Exp $ * */ @@ -54,6 +54,10 @@ #define LOOKUP_DEV "dxr3.devicename" #define DEFAULT_DEV "/dev/em8300" +/* flag for video_out->get_frame, to tell dxr3 vo to update + image size and aspect ratio */ +#define DXR3_VO_UPDATE_FLAG 6667 + struct coeff { float k,m; }; |
