commit | f0af5e8f018daa83a0e8cfe7d406f81be82ae45d | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Mon Feb 10 08:08:45 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Mon Feb 24 10:57:54 2014 -0300 |
tree | bdf89b26b943153b669bef77317d78b100924f8c | |
parent | ab58a30162f0383c06388af522bc889a5da38fc6 [diff] |
[media] vivi: fix sequence counting The sequence counting was not reset to 0 between each streaming run, and it was increased only every other frame. This is incorrect behavior: the confusion is with FIELD_ALTERNATE systems where each field is transmitted separately and only when both fields have been received is the frame sequence number increased. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>