Try this patch, it seems for some reason the insert vbi stuff is not
initialized and maybe somehow now is randomly picking 1 from the code
change, where it somehow randomly got 0 before, seems to have always
been a crap shoot what value it got, possible anything...


diff -ru ivtv-0.3.3n/ChangeLog ivtv-0.3.3o/ChangeLog
--- ivtv-0.3.3n/ChangeLog       2005-04-26 10:10:52.000000000 -0500
+++ ivtv-0.3.3o/ChangeLog       2005-04-26 10:27:49.000000000 -0500
@@ -5,6 +5,8 @@
         - changed DMA error in interrupt to not print verbose msgs or fw 
reload.
         - cleanup and changed decoder work queue, fixed little inefficiencies
           and possibly some bugs which may influence decoder/osd freezing.
+        - initialize vbi_insert mpeg variable to 0 so insertion isn't done
+          by default.

 #0.3.3m - changed to speed ioctl to help ff/rw hangs.
         - fixes to YUV and MPEG decoding working together better.
diff -ru ivtv-0.3.3n/driver/ivtv-driver.c ivtv-0.3.3o/driver/ivtv-driver.c
--- ivtv-0.3.3n/driver/ivtv-driver.c    2005-04-23 19:00:12.000000000 -0500
+++ ivtv-0.3.3o/driver/ivtv-driver.c    2005-04-26 10:26:23.000000000 -0500
@@ -511,6 +511,9 @@
        itv->dma_cfg.dec_pio = IVTV_DEC_PIO;
        itv->dma_cfg.osd_pio = 0;

+       /* Default, don't insert VBI into mpeg streams */
+       itv->vbi_insert_mpeg = 0;
+
        /* Decoder DMA State */
        itv->dec_dma_stat.last_addr = 0;
        itv->dec_dma_stat.bytes_filled = 0;




Thanks,
Chris
-- 
---
 Chris Kennedy / [EMAIL PROTECTED]
  Engineer KMOS-TV/KTBG-FM
  Broadcasting Services Department
  Central Missouri State University


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to