summaryrefslogtreecommitdiff
path: root/ffmpeg/libavformat/oggdec.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavformat/oggdec.h
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
Diffstat (limited to 'ffmpeg/libavformat/oggdec.h')
-rw-r--r--ffmpeg/libavformat/oggdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg/libavformat/oggdec.h b/ffmpeg/libavformat/oggdec.h
index e9a300d..c31859f 100644
--- a/ffmpeg/libavformat/oggdec.h
+++ b/ffmpeg/libavformat/oggdec.h
@@ -84,6 +84,7 @@ struct ogg_stream {
int got_start;
int got_data; ///< 1 if the stream got some data (non-initial packets), 0 otherwise
int nb_header; ///< set to the number of parsed headers
+ int end_trimming; ///< set the number of packets to drop from the end
void *private;
};