diff mbox

for the file libv4lconvert/mr97310a.c

Message ID alpine.LNX.2.00.0903081217500.8834@banach.math.auburn.edu (mailing list archive)
State Superseded
Headers show

Commit Message

kilgota@banach.math.auburn.edu March 8, 2009, 5:23 p.m. UTC
This patch introduces an offset of 12 bytes before starting the 
decompression of a frame. This needs to be done to compensate for a change 
in the gspca driver, where headers are now preserved instead of 
suppressed.


Signed-off-by: Theodore Kilgore <kilgota@auburn.edu>
--------------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- mr97310a.c.old	2009-03-01 15:37:38.000000000 -0600
+++ mr97310a.c.new	2009-02-18 22:39:48.000000000 -0600
@@ -102,6 +102,9 @@  void v4lconvert_decode_mr97310a(const un
  	if (!decoder_initialized)
  		init_mr97310a_decoder();

+	/* remove the header */
+	inp += 12;
+
  	bitpos = 0;

  	/* main decoding loop */