parent
ab1ef893a4
commit
0da32d666e
@ -1,3 +1,4 @@
|
|||||||
/libde265-1.0.2.tar.gz
|
/libde265-1.0.2.tar.gz
|
||||||
/libde265-1.0.3.tar.gz
|
/libde265-1.0.3.tar.gz
|
||||||
/libde265-1.0.4.tar.gz
|
/libde265-1.0.4.tar.gz
|
||||||
|
/libde265-1.0.5.tar.gz
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
Description: Replace deprecated FFmpeg API
|
|
||||||
Author: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
|
|
||||||
Last-Update: <2015-11-02>
|
|
||||||
|
|
||||||
--- libde265-1.0.2.orig/sherlock265/VideoDecoder.cc
|
|
||||||
+++ libde265-1.0.2/sherlock265/VideoDecoder.cc
|
|
||||||
@@ -219,7 +219,7 @@ void VideoDecoder::convert_frame_swscale
|
|
||||||
}
|
|
||||||
width = img->get_width();
|
|
||||||
height = img->get_height();
|
|
||||||
- sws = sws_getContext(width, height, PIX_FMT_YUV420P, width, height, PIX_FMT_BGRA, SWS_FAST_BILINEAR, NULL, NULL, NULL);
|
|
||||||
+ sws = sws_getContext(width, height, AV_PIX_FMT_YUV420P, width, height, AV_PIX_FMT_BGRA, SWS_FAST_BILINEAR, NULL, NULL, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
int stride[3];
|
|
@ -1 +1 @@
|
|||||||
SHA512 (libde265-1.0.4.tar.gz) = 1c57a0b543d17a09928ce126b957b71d3d92add24936f724767d0fff13a137036e9b053fb3aaa6f8f9c5e3e60cb76d9ad816384a7bb626f7fe0cd1aad6d13ec1
|
SHA512 (libde265-1.0.5.tar.gz) = 57506ef8833014cd8c911aeb218946f77b657db5d506031b22f61c4162a574e2d329f2355a512177592a6df30d183a2ab8009520ae79984b86caef8a8eaf5ac2
|
||||||
|
Loading…
Reference in new issue