Re: [FFmpeg-devel] [PATCH 1/2] avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4

2019-11-22 Thread Aman Gupta
On Mon, Nov 11, 2019 at 9:44 PM Andriy Gelman wrote: > From: Andriy Gelman > > c0c79461967 unintentianally changed the initialization flow of the > decoder: It caused the capture buffers to be initialized on > v4l2_m2m.c:180 in v4l2_configure_contexts(). This breaks h264 decoding > on the Odroid

[FFmpeg-devel] [PATCH 1/2] avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4

2019-11-11 Thread Andriy Gelman
From: Andriy Gelman c0c79461967 unintentianally changed the initialization flow of the decoder: It caused the capture buffers to be initialized on v4l2_m2m.c:180 in v4l2_configure_contexts(). This breaks h264 decoding on the Odroid XU4 (RPI4 was not affected). This commit postpones capture buffe