diff options
| author | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-16 19:05:44 +0000 |
|---|---|---|
| committer | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-16 19:05:44 +0000 |
| commit | 88584e824dc4d0a4a250574f274d7f999d83d36d (patch) | |
| tree | 8f4554a385675fe9ca30f09bd5e5f89ce6752c57 /src/dxr3/dxr3_video_out.h | |
| parent | d40c02ae2a3ccd4c884dab7ff35579228ae138a9 (diff) | |
| download | xine-lib-88584e824dc4d0a4a250574f274d7f999d83d36d.tar.gz xine-lib-88584e824dc4d0a4a250574f274d7f999d83d36d.tar.bz2 | |
merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpeg
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg
encoding otherwise (provided encoding support is compiled in).
some remarks:
- dxr3enc is no more. I've added some transition code in loadplugins.c
(look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin
from a previous install and to print a message if someone tries to
run xine -V dxr3enc.
- small updates to configure.in and _xine.m4. Mostly about the messages,
no new checks or anything.
- both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and
only dxr3 video out driver is aptly named dxr3_video_out.c
CVS patchset: 1256
CVS date: 2001/12/16 19:05:44
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
| -rw-r--r-- | src/dxr3/dxr3_video_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index 7e7187220..f62f9d57e 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.10 2001/12/15 20:56:21 hrm Exp $ + * $Id: dxr3_video_out.h,v 1.11 2001/12/16 19:05:44 hrm Exp $ * */ @@ -90,6 +90,7 @@ typedef struct dxr3_driver_s { int fd_video; int aspectratio; int tv_mode; + int mpeg_source; /* receiving mpeg data or raw YUV? */ int enhanced_mode; /* enhanced play mode */ em8300_bcs_t bcs; const char *devname; |
