HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/multimedia/dvbcut/files/patch-src_avframe.cpp
--- src/avframe.cpp.orig	2016-11-18 13:31:01 UTC
+++ src/avframe.cpp
@@ -52,7 +52,7 @@ avframe::avframe(AVFrame *src, AVCodecCo
   tobefreed = (uint8_t *)malloc(avpicture_get_size(ctx->pix_fmt, ctx->width, ctx->height));
 
   avpicture_fill((AVPicture *)f,
-                 (u_int8_t*)tobefreed,
+                 (uint8_t*)tobefreed,
                  ctx->pix_fmt,ctx->width,ctx->height);
 
   av_picture_copy((AVPicture *)f, (const AVPicture *) src,