You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rmdec: add missing brackets to compound statement
Accidentally left out of 95ce02b35d
.
This commit is contained in:
@@ -784,10 +784,11 @@ ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
|
||||
return ret;
|
||||
rm_ac3_swap_bytes(st, pkt);
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
ret = av_get_packet(pb, pkt, len);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
}
|
||||
|
||||
pkt->stream_index = st->index;
|
||||
|
||||
|
Reference in New Issue
Block a user