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
+1 -4
View File
@@ -30,9 +30,6 @@
#include "object_heap.h"
/* We can't dynamically call VIDIOC_REQBUFS for every MPEG slice we create.
* Indeed, the queue might be busy processing a previous buffer, so we need to
* pre-allocate a set of buffers with a max size */
#define INPUT_BUFFER_MAX_SIZE 131072
#define INPUT_BUFFERS_NB 6
@@ -62,4 +59,4 @@ VAStatus SunxiCedrusCreateContext(VADriverContextP context,
VAStatus SunxiCedrusDestroyContext(VADriverContextP context,
VAContextID context_id);
#endif /* _CONTEXT_H_ */
#endif