view gxf.h @ 1188:19f761156b1f libavformat

Set duration to AV_NOPTS_VALUE instead of 0 when unknown. Set start_time to 0 when duration is known to indicate we have valid timestamps for this track.
author reimar
date Fri, 28 Jul 2006 13:31:08 +0000
parents 5b04d98e11bb
children 8bf9be9bb107
line wrap: on
line source

#ifndef FFMPEG_GXF_H
#define FFMPEG_GXF_H

/* gxf.c */
typedef enum {
    PKT_MAP = 0xbc,
    PKT_MEDIA = 0xbf,
    PKT_EOS = 0xfb,
    PKT_FLT = 0xfc,
    PKT_UMF = 0xfd
} pkt_type_t;

#endif /* FFMPEG_GXF_H */