Control: tag -1 fixed-upstream
On 29.07.2014 23:55, Benjamin Drung wrote:
Okay, I can forward the patch. I tried to apply the patch for upstream's
master branch from git://git.videolan.org/vlc.git, but it fails. Can you
refresh for the master branch? A "git am"-able patch would be nice to
have.
Am Dienstag, den 29.07.2014, 23:17 +0200 schrieb Andreas Cadhalpun:
> Control: tag -1 upstream
>
> Hi Benjamin,
>
> On 29.07.2014 21:58, Benjamin Drung wrote:
> > Am Montag, den 28.07.2014, 22:49 +0200 schrieb Andreas Cadhalpun:
> >> The attached patch fixes this problem.
> >
> > Thanks for the p
Control: tag -1 upstream
Hi Benjamin,
On 29.07.2014 21:58, Benjamin Drung wrote:
Am Montag, den 28.07.2014, 22:49 +0200 schrieb Andreas Cadhalpun:
The attached patch fixes this problem.
Thanks for the patch. This is clearly an upstream issue. Can you forward
your patch to upstream to get it
Am Montag, den 28.07.2014, 22:49 +0200 schrieb Andreas Cadhalpun:
> Package: vlc
> Version: 2.1.4-1
> Severity: important
> Tags: patch
>
> Dear Maintainer,
>
> in modules/codec/avcodec/audio.c one finds:
> AVFrame frame;
> memset( &frame, 0, sizeof( frame ) );
>
> According to the doc
Package: vlc
Version: 2.1.4-1
Severity: important
Tags: patch
Dear Maintainer,
in modules/codec/avcodec/audio.c one finds:
AVFrame frame;
memset( &frame, 0, sizeof( frame ) );
According to the documentation of libavutil this is wrong:
"sizeof(AVFrame) is not a part of the public ABI, so
5 matches
Mail list logo