Browse Source

cosmetics: alignment

Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
89aa478f75
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavformat/gxf.h

+ 5
- 5
libavformat/gxf.h View File

@@ -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 {


Loading…
Cancel
Save