set PKT_FLAG_KEY for Theora and OGM streams

Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2007-11-11 21:56:18 +00:00
parent 6865337f7b
commit e1a794b272
4 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,7 @@ typedef struct ogg_stream {
unsigned int bufpos;
unsigned int pstart;
unsigned int psize;
unsigned int pflags;
uint32_t serial;
uint32_t seq;
uint64_t granule, lastgp;