[FFmpeg-cvslog] r9802 - trunk/libavformat/gxf.h

aurel subversion
Thu Jul 26 15:02:08 CEST 2007


Author: aurel
Date: Thu Jul 26 15:02:07 2007
New Revision: 9802

Log:
cosmetics: alignment

Modified:
   trunk/libavformat/gxf.h

Modified: trunk/libavformat/gxf.h
==============================================================================
--- trunk/libavformat/gxf.h	(original)
+++ trunk/libavformat/gxf.h	Thu Jul 26 15:02:07 2007
@@ -24,11 +24,11 @@
 
 /* gxf.c */
 typedef enum {
-    PKT_MAP = 0xbc,
-    PKT_MEDIA = 0xbf,
-    PKT_EOS = 0xfb,
-    PKT_FLT = 0xfc,
-    PKT_UMF = 0xfd
+    PKT_MAP         = 0xbc,
+    PKT_MEDIA       = 0xbf,
+    PKT_EOS         = 0xfb,
+    PKT_FLT         = 0xfc,
+    PKT_UMF         = 0xfd,
 } pkt_type_t;
 
 typedef enum {




More information about the ffmpeg-cvslog mailing list