Re: [PATCH 10/10] media: coda: require all decoder command flags to be cleared

2019-04-10 Thread Hans Verkuil
On 4/9/19 6:57 PM, Philipp Zabel wrote: > On Mon, 2019-04-08 at 14:32 +0200, Philipp Zabel wrote: >> The memory-to-memory stateful video decoder interface documentation >> requires the decoder stop command initiating the drain sequence to have >> flags set to zero. >> Stop to black makes no sense a

Re: [PATCH 10/10] media: coda: require all decoder command flags to be cleared

2019-04-09 Thread Philipp Zabel
On Mon, 2019-04-08 at 14:32 +0200, Philipp Zabel wrote: > The memory-to-memory stateful video decoder interface documentation > requires the decoder stop command initiating the drain sequence to have > flags set to zero. > Stop to black makes no sense as stopped memory-to-memory decoders do not > p

[PATCH 10/10] media: coda: require all decoder command flags to be cleared

2019-04-08 Thread Philipp Zabel
The memory-to-memory stateful video decoder interface documentation requires the decoder stop command initiating the drain sequence to have flags set to zero. Stop to black makes no sense as stopped memory-to-memory decoders do not produce any frames, and stopping immediately can be achieved by sto