diff 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
line wrap: on
line diff
--- a/oggdec.h	Sat Nov 10 18:27:03 2007 +0000
+++ b/oggdec.h	Sun Nov 11 21:56:18 2007 +0000
@@ -42,6 +42,7 @@
     unsigned int bufpos;
     unsigned int pstart;
     unsigned int psize;
+    unsigned int pflags;
     uint32_t serial;
     uint32_t seq;
     uint64_t granule, lastgp;