diff options
author | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-24 16:31:57 +0000 |
---|---|---|
committer | Harm van der Heijden <hrm@users.sourceforge.net> | 2001-12-24 16:31:57 +0000 |
commit | 6254378bae8f4423f6dc46b66920240a7e424dc3 (patch) | |
tree | 5f957a2945c25ad6619f2d5c65d47efdbec2bf45 /src/dxr3/dxr3_video_out.c | |
parent | f625a663097e74292a95ddaae868b0fdddcf0bdc (diff) | |
download | xine-lib-6254378bae8f4423f6dc46b66920240a7e424dc3.tar.gz xine-lib-6254378bae8f4423f6dc46b66920240a7e424dc3.tar.bz2 |
fixes for still image detection. rough hack, needs improvement.
the flushing by video_out.c causes the dxr3 to drop the still image.
consider dxr3 still menu support to be broken for now.
CVS patchset: 1301
CVS date: 2001/12/24 16:31:57
Diffstat (limited to 'src/dxr3/dxr3_video_out.c')
-rw-r--r-- | src/dxr3/dxr3_video_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_video_out.c b/src/dxr3/dxr3_video_out.c index be13d239b..7fa424b0a 100644 --- a/src/dxr3/dxr3_video_out.c +++ b/src/dxr3/dxr3_video_out.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_video_out.c,v 1.2 2001/12/23 02:36:55 hrm Exp $ + * $Id: dxr3_video_out.c,v 1.3 2001/12/24 16:31:57 hrm Exp $ * * mpeg1 encoding video out plugin for the dxr3. * @@ -250,7 +250,7 @@ static void dxr3_update_frame_format (vo_driver_t *this_gen, } } else { - this->mpeg_source = 0; + /* this->mpeg_source = 0; */ } /* for mpeg source, we don't have to do much. */ |