diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-26 13:02:07 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-26 13:02:07 +0000 |
commit | 89aa478f75390acaee78d0e58aac1b90efef2549 (patch) | |
tree | c456620c7963e2cb9ecea649c7b1ebf02ddd534e | |
parent | b1dc5beb1278bd35316fe52a0fd38921a14bacb0 (diff) | |
download | ffmpeg-89aa478f75390acaee78d0e58aac1b90efef2549.tar.gz |
cosmetics: alignment
Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/gxf.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavformat/gxf.h b/libavformat/gxf.h index 382212404e..ab37cb97ff 100644 --- a/libavformat/gxf.h +++ b/libavformat/gxf.h @@ -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 { |