forked from marfrit/libva-v4l2-request-fourier
Harmonize defines for headers include protections
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SURFACES_H_
|
#ifndef _SURFACE_H_
|
||||||
#define _SURFACES_H_
|
#define _SURFACE_H_
|
||||||
|
|
||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -17,8 +17,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __TILED_YUV_H__
|
#ifndef _TILED_YUV_H_
|
||||||
#define __TILED_YUV_H__
|
#define _TILED_YUV_H_
|
||||||
|
|
||||||
void tiled_to_planar(void *src, void *dst, unsigned int dst_pitch,
|
void tiled_to_planar(void *src, void *dst, unsigned int dst_pitch,
|
||||||
unsigned int width, unsigned int height);
|
unsigned int width, unsigned int height);
|
||||||
|
|||||||
Reference in New Issue
Block a user