commit | 637bc2079678e08476d884f02a5d5d3208b5c018 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Fri Aug 29 03:46:05 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Nov 03 08:20:45 2014 -0200 |
tree | d3d6bc06adbecee50f7165f609a8f18ea146524e | |
parent | 082417d10fafe7be835d143ade7114b5ce26cb50 [diff] |
[media] cx88: remove fmt from the buffer struct This is a duplicate of dev->fmt and can be removed. As a consequence a lot of tests that check if the format has changed midstream can be removed as well: the format cannot change midstream, so this is a bogus check. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>