Mercurial > libavformat.hg
changeset 3512:5a60e9f9f5d6 libavformat
unused var
author | michael |
---|---|
date | Thu, 26 Jun 2008 22:23:57 +0000 |
parents | 34a5e6f576fd |
children | cfd3815774ad |
files | psxstr.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/psxstr.c Thu Jun 26 22:22:10 2008 +0000 +++ b/psxstr.c Thu Jun 26 22:23:57 2008 +0000 @@ -78,7 +78,6 @@ int64_t pts; - unsigned char *video_chunk; AVPacket tmp_pkt; } StrDemuxContext; @@ -137,7 +136,6 @@ str->pts = 0; str->audio_channel = -1; /* assume to audio or video */ str->video_channel = -1; - str->video_chunk = NULL; /* skip over any RIFF header */ @@ -355,8 +353,6 @@ { StrDemuxContext *str = s->priv_data; - av_free(str->video_chunk); - return 0; }