diff options
author | Jun Zhao <jun.zhao@intel.com> | 2017-07-20 00:58:56 -0400 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-07-30 00:15:05 +0100 |
commit | 1e0c75ea165c926c544d42f0a1e51d7f6fa95354 (patch) | |
tree | 23b730e6c4d8a0b87ba9341c9d177774c62a3cfc /doc/examples/Makefile | |
parent | bf8ab72ae95bb11f2c281d464594c2f6ba70326b (diff) | |
download | ffmpeg-1e0c75ea165c926c544d42f0a1e51d7f6fa95354.tar.gz |
examples/hw_decode: Add a HWAccel decoding example.
Works with VAAPI, VDPAU, DXVA2 and D3D11VA.
Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r-- | doc/examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 2d0a3062c2..6428154c51 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -22,6 +22,7 @@ EXAMPLES= avio_dir_cmd \ filtering_video \ filtering_audio \ http_multiclient \ + hw_decode \ metadata \ muxing \ remuxing \ |