[SCM] libav/experimental: Remove superfluous ().
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:25:45 UTC 2013
The following commit has been merged in the experimental branch:
commit 932f396f50fbabd9a13ec9341638c56b6667d905
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Jul 21 18:26:11 2008 +0000
Remove superfluous ().
Originally committed as revision 14324 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 30c8757..f40e1ad 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -4147,7 +4147,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
if(decode_ref_pic_list_reordering(h) < 0)
return -1;
- if( (h->pps.weighted_pred && (h->slice_type_nos == FF_P_TYPE ))
+ if( (h->pps.weighted_pred && h->slice_type_nos == FF_P_TYPE )
|| (h->pps.weighted_bipred_idc==1 && h->slice_type==FF_B_TYPE ) )
pred_weight_table(h);
else if(h->pps.weighted_bipred_idc==2 && h->slice_type==FF_B_TYPE)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list