diff options
-rw-r--r-- | src/libdivx4/xine_decoder.c | 4 |
1 files 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; |