mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user