Commit 38866042 authored by aurel's avatar aurel

cosmetics: alignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9802 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d0c6496b
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
/* gxf.c */ /* gxf.c */
typedef enum { typedef enum {
PKT_MAP = 0xbc, PKT_MAP = 0xbc,
PKT_MEDIA = 0xbf, PKT_MEDIA = 0xbf,
PKT_EOS = 0xfb, PKT_EOS = 0xfb,
PKT_FLT = 0xfc, PKT_FLT = 0xfc,
PKT_UMF = 0xfd PKT_UMF = 0xfd,
} pkt_type_t; } pkt_type_t;
typedef enum { typedef enum {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment