cosmetics: drop some pointless parentheses

This commit is contained in:
Diego Biurrun
2012-01-07 19:07:42 +01:00
parent 079688b6cb
commit 3dc99a18d4
22 changed files with 48 additions and 49 deletions

View File

@@ -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;