Commit 8bd6837e authored by Peter Ross's avatar Peter Ross Committed by Michael Niedermayer

avformat/mlvdec: remove unused MlvContext.buffer

Signed-off-by: 's avatarPeter Ross <pross@xvid.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ef312b8f
......@@ -48,8 +48,6 @@ typedef struct {
int class[2];
int stream_index;
uint64_t pts;
uint8_t * buffer;
unsigned int buffer_size;
} MlvContext;
static int probe(AVProbeData *p)
......@@ -454,7 +452,6 @@ static int read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp
static int read_close(AVFormatContext *s)
{
MlvContext *mlv = s->priv_data;
av_freep(&mlv->buffer);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment