Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20773/devel
Modified Files:
vlc.spec
Added Files:
vlc-2.1.5-ffmpeg-2.4-bug.patch
Log Message:
Fix for flv
vlc-2.1.5-ffmpeg-2.4-bug.patch:
demux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE vlc-2.1.5-ffmpeg-2.4-bug.patch ---
--- a/modules/demux/avformat/demux.c 2013-12-03 10:12:34.000000000 +0100
+++ b/modules/demux/avformat/demux.c 2014-10-12 22:07:54.044769366 +0200
@@ -106,7 +106,7 @@ int OpenDemux( vlc_object_t *p_this )
{
demux_t *p_demux = (demux_t*)p_this;
demux_sys_t *p_sys;
- AVProbeData pd;
+ AVProbeData pd = {0};
AVInputFormat *fmt = NULL;
unsigned int i;
int64_t i_start_time = -1;
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- vlc.spec 5 Nov 2014 09:54:03 -0000 1.208
+++ vlc.spec 6 Nov 2014 10:49:06 -0000 1.209
@@ -33,13 +33,14 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.1.5
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
Source0:
http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: vlc-2.1.5-ffmpeg-2.4.patch
+Patch1: vlc-2.1.5-ffmpeg-2.4-bug.patch
BuildRequires: desktop-file-utils
@@ -224,6 +225,7 @@
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc}
%patch0 -p1 -b .ffmpeg24
+%patch1 -p1 -b .ffmpeg24bug
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
@@ -493,6 +495,9 @@
%changelog
+* Thu Nov 06 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.5-7
+- Fix for flv - rfbz#3401
+
* Wed Nov 05 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.5-6
- Rebuilt for vaapi 0.36