| Index: libavformat/oggparsevorbis.c
|
| diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c
|
| index ba9b34845654854e771ac9212fc4f0ecdf856855..755c90b04e8aee098c90778ac31adde12245a36a 100644
|
| --- a/libavformat/oggparsevorbis.c
|
| +++ b/libavformat/oggparsevorbis.c
|
| @@ -159,12 +159,6 @@ ff_vorbis_comment(AVFormatContext * as, AVDictionary **m, const uint8_t *buf, in
|
| * [framing_flag] = read one bit | Not Used
|
| * */
|
|
|
| -struct oggvorbis_private {
|
| - unsigned int len[3];
|
| - unsigned char *packet[3];
|
| -};
|
| -
|
| -
|
| static unsigned int
|
| fixup_vorbis_headers(AVFormatContext * as, struct oggvorbis_private *priv,
|
| uint8_t **buf)
|
|
|