diff options
author | NVIDIA Corporation <> | 2009-01-04 23:55:27 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-04 23:55:27 +0000 |
commit | 369122dd775c906be06b9c96f03eaedaedb91658 (patch) | |
tree | 98cfb62add0d54a64873bff18b270924b71a5c4e /libavcodec/imgconvert.c | |
parent | bc1d2afb3757ef89d23fd3f91202a3400e3c76da (diff) | |
download | ffmpeg-369122dd775c906be06b9c96f03eaedaedb91658.tar.gz |
Add VDPAU hardware accelerated decoding for H264 which can be used by
video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r-- | libavcodec/imgconvert.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index f5d9f85937..952ddcb566 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -267,6 +267,9 @@ static const PixFmtInfo pix_fmt_info[PIX_FMT_NB] = { [PIX_FMT_XVMC_MPEG2_IDCT] = { .name = "xvmcidct", }, + [PIX_FMT_VDPAU_H264] = { + .name = "vdpau_h264", + }, [PIX_FMT_UYYVYY411] = { .name = "uyyvyy411", .nb_channels = 1, |