Re: [FFmpeg-devel] [PATCH 4/9] dnxhddec: Introduce DNXHD_VARIABLE

2015-10-05 Thread Michael Niedermayer
On Sat, Oct 03, 2015 at 06:59:17PM +0200, Christophe Gisquet wrote: > Currently not used, but will be used to indicate that a CIDEntry field > is not set, because it is variable, and that checks should be adapted. > --- > libavcodec/dnxhddata.h | 3 +++ > libavcodec/dnxhddec.c | 6 -- > 2 fil

[FFmpeg-devel] [PATCH 4/9] dnxhddec: Introduce DNXHD_VARIABLE

2015-10-03 Thread Christophe Gisquet
Currently not used, but will be used to indicate that a CIDEntry field is not set, because it is variable, and that checks should be adapted. --- libavcodec/dnxhddata.h | 3 +++ libavcodec/dnxhddec.c | 6 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libavcodec/dnxhddata.h