comparison oggdec.h @ 2732:2b101e9d25c0 libavformat

set PKT_FLAG_KEY for Theora and OGM streams
author mru
date Sun, 11 Nov 2007 21:56:18 +0000
parents b22ba392ac21
children 35b3eaafd9fe
comparison
equal deleted inserted replaced
2731:6b43751d7264 2732:2b101e9d25c0
40 uint8_t *buf; 40 uint8_t *buf;
41 unsigned int bufsize; 41 unsigned int bufsize;
42 unsigned int bufpos; 42 unsigned int bufpos;
43 unsigned int pstart; 43 unsigned int pstart;
44 unsigned int psize; 44 unsigned int psize;
45 unsigned int pflags;
45 uint32_t serial; 46 uint32_t serial;
46 uint32_t seq; 47 uint32_t seq;
47 uint64_t granule, lastgp; 48 uint64_t granule, lastgp;
48 int flags; 49 int flags;
49 ogg_codec_t *codec; 50 ogg_codec_t *codec;