diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-10 08:30:42 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-10 12:38:41 +0200 |
commit | ec17d1aa8b833d49d8fc479e44e9e22858aa486c (patch) | |
tree | b947def69fda85b985339f1b97b5a8c2397c9cbb | |
parent | c58f4069e1d5b5804c669b691510e1b8fabb67fc (diff) | |
download | ffmpeg-ec17d1aa8b833d49d8fc479e44e9e22858aa486c.tar.gz |
doc: Drop VDPAU from list of supported codecs
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 2129ff347b..bd0a7fb0e8 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -522,7 +522,6 @@ following image formats are supported: @item H.263+ / H.263-1998 / H.263 version 2 @tab X @tab X @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 @tab E @tab X @tab encoding supported through external library libx264 -@item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration) @tab E @tab X @item HuffYUV @tab X @tab X @item HuffYUV FFmpeg variant @tab X @tab X @item IBM Ultimotion @tab @tab X @@ -572,7 +571,6 @@ following image formats are supported: @item Motion Pixels video @tab @tab X @item MPEG-1 video @tab X @tab X @item MPEG-1/2 video XvMC (X-Video Motion Compensation) @tab @tab X -@item MPEG-1/2 video (VDPAU acceleration) @tab @tab X @item MPEG-2 video @tab X @tab X @item MPEG-4 part 2 @tab X @tab X @tab libxvidcore can be used alternatively for encoding. |