]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (10986): mr97310a: don't discard frame headers on stream output
authorTheodore Kilgore <kilgota@auburn.edu>
Fri, 13 Mar 2009 16:04:31 +0000 (13:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:20 +0000 (12:43 -0300)
commit9832d765f82769799ba15ac9d2e8edf8f7de6898
treed4b63f69efe28d996ddcea2f78ce15d1a8903743
parent9f9cd8f18c7faabf6dc144c198f6ee30429d3da0
V4L/DVB (10986): mr97310a: don't discard frame headers on stream output

Fix a bug where all frame headers were being discarded, instead of being part of the
stream output, on MR97310A cameras.

The frame headers contain information which may be useful in processing
the video output and therefore should be kept and not discarded.

A corresponding patch to the decompression algorithm in
libv4lconvert/mr97310a.c corrects the change in frame offset.

Signed-off-by: Theodore Kilgore <kilgota@auburn.edu>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/mr97310a.c