On Sun, Oct 04, 2015 at 10:25:57AM +0200, Christophe Gisquet wrote:
> Hi,
>
> 2015-10-03 19:50 GMT+02:00 Carl Eugen Hoyos :
> > Looks unintended...
>
> Indeed. Patch updated.
>
> --
> Christophe
> dnxhddec.c | 54 +++---
> 1 file changed, 27 i
Hi,
2015-10-03 19:50 GMT+02:00 Carl Eugen Hoyos :
> Looks unintended...
Indeed. Patch updated.
--
Christophe
0001-dnxhddec-cleanup-frame-header-parsing.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpe
On Saturday 03 October 2015 06:59:14 pm Christophe Gisquet wrote:
> +++ b/libavcodec/dnxhddec.c
> @@ -10,7 +10,6 @@
> * This file is part of FFmpeg.
> *
> * FFmpeg is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU Lesser General Public
> * License a
Rely more on the actual syntax from the specs (also seen in the
encoder code).
---
libavcodec/dnxhddec.c | 55 +--
1 file changed, 27 insertions(+), 28 deletions(-)
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index 296f7f7..2f2d989 10