Projects
Essentials
libde265
libde265-use_new_FFMPEG_enum_names.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libde265-use_new_FFMPEG_enum_names.patch of Package libde265 (Revision 3)
Currently displaying revision
3
,
Show latest
From e5b8e2e703d608777afadc54955bd396e4211da0 Mon Sep 17 00:00:00 2001 From: Dirk Farin <farin@struktur.de> Date: Thu, 19 Apr 2018 13:15:18 +0200 Subject: [PATCH] use new FFMPEG enum names --- sherlock265/VideoDecoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock265/VideoDecoder.cc b/sherlock265/VideoDecoder.cc index 119f6152..b829e1c7 100644 --- a/sherlock265/VideoDecoder.cc +++ b/sherlock265/VideoDecoder.cc @@ -237,7 +237,7 @@ void VideoDecoder::convert_frame_swscale(const de265_image* img, QImage & qimg) } 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];
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.