00001 /* $Id$ 00002 * Copyright (c) 2004 The Unichrome project. All rights reserved. 00003 * 00004 * This program is free software; you can redistribute it and/or modify it under 00005 * the terms of the GNU General Public License as published by the Free Software 00006 * Foundation; either version 2, or (at your option) any later version. 00007 * 00008 * This program is distributed in the hope that it will be useful, but WITHOUT 00009 * ANY WARRANTIES OR REPRESENTATIONS; without even the implied warranty of 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00011 * See the GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License along with 00014 * this program; if not, write to the Free Software Foundation, Inc., 00015 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00016 * 00017 * 00018 */ 00019 00020 #ifndef _XVMC_VLD_H 00021 #define _XVMC_VLD_H 00022 00023 #include "accel_xvmc.h" 00024 //#include "xvmc.h" 00025 00026 extern void mpeg2_xxmc_slice( mpeg2dec_t *mpeg2dec, picture_t *picture, 00027 int code, uint8_t *buffer, int size ); 00028 extern void mpeg2_xxmc_choose_coding( decoder_t *p_dec, 00029 mpeg2_decoder_t * const decoder, picture_t *picture, 00030 double aspect_ratio, int flags ); 00031 extern void mpeg2_xxmc_vld_frame_complete( mpeg2dec_t *mpeg2dec, 00032 picture_t *picture, int code ); 00033 00034 #endif
1.5.1