1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Remove unused variable.

Originally committed as revision 12670 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-04-02 19:03:59 +00:00
parent b885e0dbe6
commit b2fec0fc25

View File

@@ -77,7 +77,7 @@ static int iff_read_header(AVFormatContext *s,
ByteIOContext *pb = s->pb;
AVStream *st;
uint32_t chunk_id, data_size;
int padding, ret, done = 0;
int padding, done = 0;
st = av_new_stream(s, 0);
if (!st)