diff mp_msg.h @ 32702:7af3e6f901fd

Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
author cehoyos
date Fri, 14 Jan 2011 22:10:21 +0000
parents 150df72e808f
children bf994e94e70a
line wrap: on
line diff
--- a/mp_msg.h	Fri Jan 14 13:36:48 2011 +0000
+++ b/mp_msg.h	Fri Jan 14 22:10:21 2011 +0000
@@ -50,8 +50,8 @@
 #define MSGT_CPLAYER 1       // console player (mplayer.c)
 #define MSGT_GPLAYER 2       // gui player
 
-#define MSGT_VO 3	       // libvo
-#define MSGT_AO 4	       // libao
+#define MSGT_VO 3       // libvo
+#define MSGT_AO 4       // libao
 
 #define MSGT_DEMUXER 5    // demuxer.c (general stuff)
 #define MSGT_DS 6         // demux stream (add/read packet etc)
@@ -66,26 +66,26 @@
 #define MSGT_DECAUDIO 12  // av decoder
 #define MSGT_DECVIDEO 13
 
-#define MSGT_SEEK 14	// seeking code
-#define MSGT_WIN32 15	// win32 dll stuff
-#define MSGT_OPEN 16	// open.c (stream opening)
-#define MSGT_DVD 17	// open.c (DVD init/read/seek)
+#define MSGT_SEEK 14    // seeking code
+#define MSGT_WIN32 15   // win32 dll stuff
+#define MSGT_OPEN 16    // open.c (stream opening)
+#define MSGT_DVD 17     // open.c (DVD init/read/seek)
 
-#define MSGT_PARSEES 18	// parse_es.c (mpeg stream parser)
-#define MSGT_LIRC 19	// lirc_mp.c and input lirc driver
+#define MSGT_PARSEES 18 // parse_es.c (mpeg stream parser)
+#define MSGT_LIRC 19    // lirc_mp.c and input lirc driver
 
 #define MSGT_STREAM 20  // stream.c
-#define MSGT_CACHE 21 	// cache2.c
+#define MSGT_CACHE 21   // cache2.c
 
 #define MSGT_MENCODER 22
 
-#define MSGT_XACODEC 23	// XAnim codecs
+#define MSGT_XACODEC 23 // XAnim codecs
 
-#define MSGT_TV 24	// TV input subsystem
+#define MSGT_TV 24      // TV input subsystem
 
-#define MSGT_OSDEP 25	// OS-dependent parts
+#define MSGT_OSDEP 25  // OS-dependent parts
 
-#define MSGT_SPUDEC 26	// spudec.c
+#define MSGT_SPUDEC 26 // spudec.c
 
 #define MSGT_PLAYTREE 27    // Playtree handeling (playtree.c, playtreeparser.c)