mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
replaces hardcoded values by the equivalent enum definitions
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-27
@@ -20,33 +20,7 @@
|
||||
*/
|
||||
#include "avformat.h"
|
||||
#include "common.h"
|
||||
|
||||
typedef enum {
|
||||
PKT_MAP = 0xbc,
|
||||
PKT_MEDIA = 0xbf,
|
||||
PKT_EOS = 0xfb,
|
||||
PKT_FLT = 0xfc,
|
||||
PKT_UMF = 0xfd
|
||||
} pkt_type_t;
|
||||
|
||||
typedef enum {
|
||||
MAT_NAME = 0x40,
|
||||
MAT_FIRST_FIELD = 0x41,
|
||||
MAT_LAST_FIELD = 0x42,
|
||||
MAT_MARK_IN = 0x43,
|
||||
MAT_MARK_OUT = 0x44,
|
||||
MAT_SIZE = 0x45
|
||||
} mat_tag_t;
|
||||
|
||||
typedef enum {
|
||||
TRACK_NAME = 0x4c,
|
||||
TRACK_AUX = 0x4d,
|
||||
TRACK_VER = 0x4e,
|
||||
TRACK_MPG_AUX = 0x4f,
|
||||
TRACK_FPS = 0x50,
|
||||
TRACK_LINES = 0x51,
|
||||
TRACK_FPF = 0x52
|
||||
} track_tag_t;
|
||||
#include "gxf.h"
|
||||
|
||||
typedef struct {
|
||||
int64_t first_field;
|
||||
|
||||
Reference in New Issue
Block a user