]> git.sesse.net Git - vlc/blob - modules/codec/xvmc/xvmc_vld.h
Move avcodec module files to modules/codec/avcodec. (The 3 shared
[vlc] / modules / codec / xvmc / xvmc_vld.h
1 /* $Id$
2  * Copyright (c) 2004 The Unichrome project. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify it under
5  * the terms of the GNU General Public License as published by the Free Software
6  * Foundation; either version 2, or (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful, but WITHOUT
9  * ANY WARRANTIES OR REPRESENTATIONS; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11  * See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License along with
14  * this program; if not, write to the Free Software Foundation, Inc.,
15  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16  *
17  *
18  */
19
20 #ifndef _XVMC_VLD_H
21 #define _XVMC_VLD_H
22
23 #include "accel_xvmc.h"
24 //#include "xvmc.h"
25
26 extern void mpeg2_xxmc_slice( mpeg2dec_t *mpeg2dec, picture_t *picture,
27                               int code, uint8_t *buffer, int size );
28 extern void mpeg2_xxmc_choose_coding( decoder_t *p_dec,
29                 mpeg2_decoder_t * const decoder, picture_t *picture,
30                 double aspect_ratio, int flags );
31 extern void mpeg2_xxmc_vld_frame_complete( mpeg2dec_t *mpeg2dec,
32                 picture_t *picture, int code );
33
34 #endif