mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
cosmetics: drop some pointless parentheses
This commit is contained in:
@@ -661,7 +661,7 @@ static int rm_assemble_video_frame(AVFormatContext *s, AVIOContext *pb,
|
||||
vst->videobufpos += len;
|
||||
rm->remaining_len-= len;
|
||||
|
||||
if(type == 2 || (vst->videobufpos) == vst->videobufsize){
|
||||
if (type == 2 || vst->videobufpos == vst->videobufsize) {
|
||||
vst->pkt.data[0] = vst->cur_slice-1;
|
||||
*pkt= vst->pkt;
|
||||
vst->pkt.data= NULL;
|
||||
|
||||
Reference in New Issue
Block a user