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_vo_standard.c | |
| 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_vo_standard.c')
| -rw-r--r-- | src/dxr3/dxr3_vo_standard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_vo_standard.c b/src/dxr3/dxr3_vo_standard.c index e18a080f3..9263cd71a 100644 --- a/src/dxr3/dxr3_vo_standard.c +++ b/src/dxr3/dxr3_vo_standard.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_vo_standard.c,v 1.6 2001/11/19 15:06:12 mlampard Exp $ + * $Id: dxr3_vo_standard.c,v 1.7 2001/11/25 20:21:25 hrm Exp $ * ******************************************************************* * Dummy video out plugin for the dxr3. Is responsible for setting * @@ -117,7 +117,7 @@ static void dxr3_update_frame_format (vo_driver_t *this_gen, frame->height = height; frame->format = format; - if(flags == 6667){ /* dxr3 flag anyone? :) */ + if(flags == DXR3_VO_UPDATE_FLAG){ /* dxr3 flag anyone? :) */ int aspect; this->video_width = width; this->video_height = height; |
