Rework comments by splitting them into README and removing redundant ones

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-04-23 16:38:10 +02:00
parent 3b447f5b01
commit a5354efe43
20 changed files with 67 additions and 88 deletions
-7
View File
@@ -32,13 +32,6 @@
#include "tiled_yuv.h"
/*
* An Image is a standard data structure containing rendered frames in a usable
* pixel format. Here we only use NV12 buffers which are converted from sunxi's
* proprietary tiled pixel format with tiled_yuv when deriving an Image from a
* Surface.
*/
VAStatus SunxiCedrusQueryImageFormats(VADriverContextP context,
VAImageFormat *formats, int *formats_count)
{