diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-09-27 10:09:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-28 12:39:22 +0200 |
commit | 578f721f5dcf5577e0b06447082497319ccb7a39 (patch) | |
tree | 808968247feed634478fbdbe9a685439959d3537 | |
parent | 6110a55b7d0d22b1d23e195681b4cae99df07e34 (diff) | |
download | ffmpeg-578f721f5dcf5577e0b06447082497319ccb7a39.tar.gz |
dnxhddec: add my contributions
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/dnxhddec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 7b96004da2..423bce2252 100644 --- a/libavcodec/dnxhddec.c +++ b/libavcodec/dnxhddec.c @@ -2,8 +2,10 @@ * VC3/DNxHD decoder. * Copyright (c) 2007 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com> * Copyright (c) 2011 MirriAd Ltd + * Copyright (c) 2015 Christophe Gisquet * * 10 bit support added by MirriAd Ltd, Joseph Artsimovich <joseph@mirriad.com> + * Slice multithreading and MB interlaced support added by Christophe Gisquet * * This file is part of FFmpeg. * |