diff options
| author | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-15 20:56:21 +0000 |
|---|---|---|
| committer | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-15 20:56:21 +0000 |
| commit | 880afff2a2f061f2d026ca843e2258e3fe3077c0 (patch) | |
| tree | 9db6e85becb12aeaba9c9a6ba1de49980aa4922b /src/dxr3/dxr3_video_out.h | |
| parent | 47f65ddadf5774e0e680f530c362ee0102a076e3 (diff) | |
| download | xine-lib-880afff2a2f061f2d026ca843e2258e3fe3077c0.tar.gz xine-lib-880afff2a2f061f2d026ca843e2258e3fe3077c0.tar.bz2 | |
dxr3 decoder can now check if the dxr3 video out plugin is active.
If it isn't, it will report 0 capabilities, thus giving libmpeg2
a chance.
For users this means you can finally say xine -V Xv dvdnav://:main
to use libmpeg2 + Xvideo
and xine -V dxr3 dvdnav://:main to use dxr3 hardware decoding.
Previously, it used the dxr3 decoder plugin no matter which output plugin
was active.
CVS patchset: 1249
CVS date: 2001/12/15 20:56:21
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
| -rw-r--r-- | src/dxr3/dxr3_video_out.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index bf9174fe8..7e7187220 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.9 2001/12/11 02:26:59 hrm Exp $ + * $Id: dxr3_video_out.h,v 1.10 2001/12/15 20:56:21 hrm Exp $ * */ @@ -173,4 +173,3 @@ int dxr3_set_property (vo_driver_t *this_gen, int property, int value); void dxr3_get_property_min_max (vo_driver_t *this_gen, int property, int *min, int *max); int dxr3_gui_data_exchange (vo_driver_t *this_gen, int data_type, void *data); - |
