Browse Source

avformat/avienc: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
fcd64dcc37
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/avienc.c

+ 0
- 1
libavformat/avienc.c View File

@@ -562,7 +562,6 @@ static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
}

if (s->pb->seekable) {
int err;
AVIIndex* idx = &avist->indexes;
int cl = idx->entry / AVI_INDEX_CLUSTER_SIZE;
int id = idx->entry % AVI_INDEX_CLUSTER_SIZE;


Loading…
Cancel
Save