You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/bonk: remove unused variable
This commit is contained in:
@@ -59,7 +59,7 @@ static int bonk_read_header(AVFormatContext *s)
|
||||
AVStream *st;
|
||||
int ret;
|
||||
|
||||
for (int i = 0; !avio_feof(s->pb); i++) {
|
||||
while (!avio_feof(s->pb)) {
|
||||
const int b = avio_r8(s->pb);
|
||||
if (!b) {
|
||||
uint32_t t;
|
||||
|
Reference in New Issue
Block a user