Commit 61dd69e7 authored by michael's avatar michael

cosmetic addition of {}


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22178 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f3e56bd2
......@@ -2004,9 +2004,9 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
if( (h->pps.weighted_pred && h->slice_type_nos == FF_P_TYPE )
|| (h->pps.weighted_bipred_idc==1 && h->slice_type_nos== FF_B_TYPE ) )
pred_weight_table(h);
else if(h->pps.weighted_bipred_idc==2 && h->slice_type_nos== FF_B_TYPE)
else if(h->pps.weighted_bipred_idc==2 && h->slice_type_nos== FF_B_TYPE){
implicit_weight_table(h);
else {
}else {
h->use_weight = 0;
for (i = 0; i < 2; i++) {
h->luma_weight_flag[i] = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment