On 6/21/16, Lou Logan wrote:
> On Tue, 21 Jun 2016 20:02:20 +0200, Paul B Mahol wrote:
>
>> Hi,
>>
>> patch attached.
>
> A few trivial warnings:
>
> libavcodec/ylc.c: In function `build_vlc':
> libavcodec/ylc.c:104:5: warning: ISO C90 forbids mixed declarations and code
> [-Wdeclaration-after-sta
On Tue, 21 Jun 2016 20:02:20 +0200, Paul B Mahol wrote:
> Hi,
>
> patch attached.
A few trivial warnings:
libavcodec/ylc.c: In function ‘build_vlc’:
libavcodec/ylc.c:104:5: warning: ISO C90 forbids mixed declarations and code
[-Wdeclaration-after-statement]
int cur_node = 256;
^~~
li
Hi,
patch attached.
From fe0a15460b5ceb13ae7af9bdd3593cbad4b7 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Mon, 13 Jun 2016 12:17:44 +0200
Subject: [PATCH] avcodec: add YUY2 Lossless Codec decoder
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c