From e1a794b2728afc479891917171b969cfdaf5262d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 11 Nov 2007 21:56:18 +0000 Subject: set PKT_FLAG_KEY for Theora and OGM streams Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index da79c0a6e8..964c044f65 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -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; -- cgit v1.2.3