You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/avienc: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -562,7 +562,6 @@ static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (s->pb->seekable) {
|
if (s->pb->seekable) {
|
||||||
int err;
|
|
||||||
AVIIndex* idx = &avist->indexes;
|
AVIIndex* idx = &avist->indexes;
|
||||||
int cl = idx->entry / AVI_INDEX_CLUSTER_SIZE;
|
int cl = idx->entry / AVI_INDEX_CLUSTER_SIZE;
|
||||||
int id = idx->entry % AVI_INDEX_CLUSTER_SIZE;
|
int id = idx->entry % AVI_INDEX_CLUSTER_SIZE;
|
||||||
|
Reference in New Issue
Block a user