view gxf.h @ 1276:bc0b7f4637f0 libavformat

fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong
author bcoudurier
date Thu, 24 Aug 2006 18:39:57 +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 */