Diff for /margi2/video.c between versions 1.3 and 1.4

version 1.3, 2001/03/14 01:43:11 version 1.4, 2001/03/29 23:12:01
Line 45  void VideoSetBackground(struct cvdv_card Line 45  void VideoSetBackground(struct cvdv_card
 int DecoderStartDecode(struct cvdv_cards *card)  int DecoderStartDecode(struct cvdv_cards *card)
 {  {
         DecoderSetByte(card, 0x0F6, 0x01);          DecoderSetByte(card, 0x0F6, 0x01);
   #ifdef DVB
         if (card->audiostate.AVSyncState)          if (card->audiostate.AVSyncState)
   #endif
                 card->videosync = 1;                  card->videosync = 1;
         return 0;          return 0;
 }  }

Removed from v.1.3  
changed lines
  Added in v.1.4


LinuxTV legacy CVS <linuxtv.org/cvs>