[FFmpeg-devel] [PATCH]: add DST decoder
Paul B Mahol
onemda at gmail.com
Sun May 8 21:20:12 CEST 2016
On 5/8/16, Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Sun, May 08, 2016 at 05:17:08PM +0200, Paul B Mahol wrote:
>> Hi,
>>
>> patch attached.
>
>> libavcodec/Makefile | 9 -
>> libavcodec/allcodecs.c | 1
>> libavcodec/avcodec.h | 1
>> libavcodec/codec_desc.c | 7
>> libavcodec/dsd_tablegen.h | 18 --
>> libavcodec/dsddec.c | 63 -------
>> libavcodec/dstdec.c | 394
>> ++++++++++++++++++++++++++++++++++++++++++++++
>> libavcodec/utils.c | 2
>> libavformat/iff.c | 71 ++++++++
>> 9 files changed, 483 insertions(+), 83 deletions(-)
>> a3f959612604fc5df0f82b3c32716bda06de3f9f
>> 0001-avcodec-add-Direct-Stream-Transfer-DST-decoder.patch
>> From 1c46c6aec755b4e18be6c0f69f8c278c9de9a4b4 Mon Sep 17 00:00:00 2001
>> From: Peter Ross <pross at xvid.org>
>> Date: Thu, 5 May 2016 21:21:27 +0200
>> Subject: [PATCH] avcodec: add Direct Stream Transfer (DST) decoder
> [...]
>> diff --git a/libavcodec/dsd_tablegen.h b/libavcodec/dsd_tablegen.h
>> index 990d57a..e5da86a 100644
>> --- a/libavcodec/dsd_tablegen.h
>> +++ b/libavcodec/dsd_tablegen.h
>> @@ -25,6 +25,7 @@
>>
>> #include <stdint.h>
>> #include "libavutil/attributes.h"
>
>> +#include "dsd.h"
>
> seems to fail to build due to a missig file
>
> libavcodec/dsddec.c:32:17: fatal error: dsd.h: No such file or directory
>
Sorry, this one should work.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avcodec-add-Direct-Stream-Transfer-DST-decoder.patch
Type: text/x-patch
Size: 30040 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160508/142dbad2/attachment.bin>
More information about the ffmpeg-devel
mailing list