From c7b3cb2531c19f4149570a8250bfdbb1c529155a Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 21 Apr 2002 03:11:04 +0000 Subject: should handle divx5 CVS patchset: 1753 CVS date: 2002/04/21 03:11:04 --- src/libdivx4/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libdivx4/xine_decoder.c b/src/libdivx4/xine_decoder.c index 8a8b7c958..77adf0f74 100644 --- a/src/libdivx4/xine_decoder.c +++ b/src/libdivx4/xine_decoder.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: xine_decoder.c,v 1.27 2002/04/20 20:20:43 guenter Exp $ + * $Id: xine_decoder.c,v 1.28 2002/04/21 03:11:04 miguelfreitas Exp $ * * xine decoder plugin using divx4 * @@ -259,7 +259,7 @@ static int divx4_init_decoder(divx4_decoder_t *this, buf_element_t *buf) } break; case BUF_VIDEO_MPEG4: - printf("divx4: foo2\n"); + case BUF_VIDEO_DIVX5: if (this->version >= 20020303) param.codec_version=500; -- cgit v1.2.3