Chromium Code Reviews| Index: libavformat/oggdec.h |
| diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h |
| index 7f5452f2b094cc6e6b2a9195115e988faf59019a..4d5d8cb76c3cf98767852833d8e1bac03aba427d 100644 |
| --- a/libavformat/oggdec.h |
| +++ b/libavformat/oggdec.h |
| @@ -95,6 +95,11 @@ struct ogg { |
| struct ogg_state *state; |
| }; |
| +struct oggvorbis_private { |
| + unsigned int len[3]; |
| + unsigned char *packet[3]; |
| +}; |
| + |
| #define OGG_FLAG_CONT 1 |
| #define OGG_FLAG_BOS 2 |
| #define OGG_FLAG_EOS 4 |