Diff for /libsoftmpeg/README between versions 1.2 and 1.3

version 1.2, 2004/02/06 12:04:54 version 1.3, 2004/02/13 09:10:29
Line 95  directory and compile again. This adds r Line 95  directory and compile again. This adds r
 feeding thread. If you omit this, the audio thread might starve and  feeding thread. If you omit this, the audio thread might starve and
 sound will be jerky.  sound will be jerky.
   
 If you do a "./autogen.sh ; make install" you'll get a demo application  Before you proceed, make sure that your framebuffer device is set
   to 720x576 at 50Hz refresh rate. A suitable fb modes entry looks like
   this:
   mode "720x576-50"
       geometry 720 576 720 576 16
       timings 31208 144 40 32 10 128 3
   endmode
   
   Make sure to use "fbset -a 720x576-50" after each startup -- the sync code
   currently relies on this.
   
   Ok, if you do a "./autogen.sh ; make install" you'll get a demo application
 called "dfb_ts", which reads a transport stream from the DVB dvr  called "dfb_ts", which reads a transport stream from the DVB dvr
 device. You need to tune your frontend with "szap" for example and  device. You need to tune your frontend with "szap" for example and
 redirect the data to the dvr device with the "-r" switch. For example:  redirect the data to the dvr device with the "-r" switch. For example:

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


LinuxTV legacy CVS <linuxtv.org/cvs>