~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to stream/stream_dvb.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Modified for use with MPlayer, for details see the changelog at
9
9
http://svn.mplayerhq.hu/mplayer/trunk/
10
 
$Id: stream_dvb.c 33346 2011-05-01 18:07:59Z iive $
 
10
$Id: stream_dvb.c 34262 2011-10-26 15:12:35Z diego $
11
11
 
12
12
Copyright notice:
13
13
 
44
44
#include "help_mp.h"
45
45
#include "m_option.h"
46
46
#include "m_struct.h"
 
47
#include "mp_msg.h"
47
48
#include "path.h"
48
49
#include "libavutil/avstring.h"
49
50