mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
21 lines
308 B
C
21 lines
308 B
C
|
|
||
|
/* autogenerated from gstvideoscaleorc.orc */
|
||
|
|
||
|
#ifndef _GSTVIDEOSCALEORC_H_
|
||
|
#define _GSTVIDEOSCALEORC_H_
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void orc_merge_linear_u8 (uint8_t * d1, const uint8_t * s1, const uint8_t * s2, int p1, int p2, int n);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
|