diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2013-12-14 21:29:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-22 22:03:47 +0100 |
commit | 1c63aed232febf4404659bf006237ee4f7f17c9c (patch) | |
tree | 8024b37b264802e26a7c481692b6ea1566e83284 /libavcodec/xvmc.h | |
parent | c19f193c6b239782b10bd9df117da2e50468edf9 (diff) | |
download | ffmpeg-1c63aed232febf4404659bf006237ee4f7f17c9c.tar.gz |
Convert XvMC to hwaccel v3
Signed-off-by: Ivan Kalvachev <ikalvachev@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index efd69fc913..c2e187cc16 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -33,8 +33,6 @@ #include "version.h" #include "avcodec.h" -#if FF_API_XVMC - /** * @defgroup lavc_codec_hwaccel_xvmc XvMC * @ingroup lavc_codec_hwaccel @@ -169,6 +167,4 @@ attribute_deprecated struct xvmc_pix_fmt { * @} */ -#endif /* FF_API_XVMC */ - #endif /* AVCODEC_XVMC_H */ |