mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
20 lines
308 B
C
20 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
|
|
|