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
@@ -37,13 +37,6 @@
#include <linux/videodev2.h>
/*
* A Context is a global data structure used for rendering a video of a certain
* format. When a context is created, input buffers are created and v4l's output
* (which is the compressed data input queue, since capture is the real output)
* format is set.
*/
VAStatus SunxiCedrusCreateContext(VADriverContextP context,
VAConfigID config_id, int picture_width, int picture_height, int flag,
VASurfaceID *surfaces_ids, int surfaces_count,