Re: [libav-devel] [PATCH 01/28] h264: pass a H2645NAL to slice header decoding

2016-06-17 Thread Janne Grunau
On 2016-06-09 10:29:47 +0200, Anton Khirnov wrote: > Replace the decoder-global nal_unit_type/nal_ref_idc variables with the > per-NAL ones. The decoder-global ones still cannot be removed because > they are used by hwaccels. > --- > libavcodec/h264.c | 2 +- > libavcodec/h264.h | 3

Re: [libav-devel] [PATCH 01/28] h264: pass a H2645NAL to slice header decoding

2016-06-09 Thread Vittorio Giovara
On Thu, Jun 9, 2016 at 4:29 AM, Anton Khirnov wrote: > Replace the decoder-global nal_unit_type/nal_ref_idc variables with the > per-NAL ones. The decoder-global ones still cannot be removed because > they are used by hwaccels. > --- > libavcodec/h264.c | 2 +- > libavcodec/h264.h |

[libav-devel] [PATCH 01/28] h264: pass a H2645NAL to slice header decoding

2016-06-09 Thread Anton Khirnov
Replace the decoder-global nal_unit_type/nal_ref_idc variables with the per-NAL ones. The decoder-global ones still cannot be removed because they are used by hwaccels. --- libavcodec/h264.c | 2 +- libavcodec/h264.h | 3 ++- libavcodec/h264_slice.c | 29 -