Projects
SLE15
bombono
fix_ffmpeg30.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_ffmpeg30.patch of Package bombono
diff -ruN old/src/mgui/ffviewer.cpp new/src/mgui/ffviewer.cpp --- old/src/mgui/ffviewer.cpp 2016-06-18 11:37:10.409735832 +0430 +++ new/src/mgui/ffviewer.cpp 2016-06-18 11:45:40.343038336 +0430 @@ -36,6 +36,10 @@ #define AVFORMAT_54 #endif +C_LINKAGE_BEGIN +#include <libavutil/imgutils.h> +C_LINKAGE_END + // разрабы libav считают себя самыми умными и потому решили // закрыть простым смертным доступ к ffurl_register_protocol() // (бывшая av_register_protocol2()),- https://bugzilla.libav.org/show_bug.cgi?id=224 @@ -807,7 +811,7 @@ #ifdef AVFRAME_INIT_CHANGE // avcodec_get_frame_defaults() перенесли в avcodec_decode_video2() #else - avcodec_get_frame_defaults(&picture); // ffmpeg.c очищает каждый раз + av_frame_unref (&picture); #endif #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52,25,00)
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
.