commit | 0ee08a1e7b713dcf0d2526af35314dd7f21c8138 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Tue Jun 18 12:45:27 2019 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Jun 24 14:42:49 2019 -0400 |
tree | d5f1b76f9b46805977d7572cc3d4539e3a3500a1 | |
parent | 9e3b94cc03db36c4735f0daa5a8789557550efc1 [diff] |
media: coda: retire coda_buf_is_end_of_stream Using the output queue sequence counter to determine the last buffer to be encoded or decoded always was fragile at best. Now that we have the last buffer flag propagating from the output queue to the capture queue correctly, this is not needed anymore. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>