qt: playlist: use item title if available
[vlc.git] / modules / hw / d3d9 / d3d9_filters.h
blob71484293300071028ac635fcc59d76fb1ae8d869
1 /*****************************************************************************
2 * d3d9_filters.h : D3D9 filters module callbacks
3 *****************************************************************************
4 * Copyright © 2017 VLC authors, VideoLAN and VideoLabs
6 * Authors: Steve Lhomme <robux4@gmail.com>
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU Lesser General Public License as published by
10 * the Free Software Foundation; either version 2.1 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public License
19 * along with this program; if not, write to the Free Software Foundation,
20 * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
21 *****************************************************************************/
23 #ifndef VLC_D3D9_FILTERS_H
24 #define VLC_D3D9_FILTERS_H
26 #include <vlc_common.h>
27 #include <vlc_vout_display.h>
29 #include "../../video_chroma/d3d9_fmt.h"
31 int D3D9OpenDeinterlace(filter_t *);
32 int D3D9OpenConverter(filter_t *);
33 int D3D9OpenCPUConverter(filter_t *);
35 int D3D9OpenDecoderDevice(vlc_decoder_device *, vout_window_t *);
37 #endif /* VLC_D3D9_FILTERS_H */