mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
[libvpx] Update to v1.8.1 from https://chromium.googlesource.com/webm/libvpx
This commit is contained in:
committed by
Andrey Volk
parent
34fcadbd53
commit
ceb051af4e
@@ -13,7 +13,7 @@
|
||||
|
||||
void vpx_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s) {
|
||||
#if defined(OUTPUT_YUV_SRC) || defined(OUTPUT_YUV_DENOISED) || \
|
||||
defined(OUTPUT_YUV_SKINMAP)
|
||||
defined(OUTPUT_YUV_SKINMAP) || defined(OUTPUT_YUV_SVC_SRC)
|
||||
|
||||
unsigned char *src = s->y_buffer;
|
||||
int h = s->y_crop_height;
|
||||
|
Reference in New Issue
Block a user