Commit a5c5034f authored by gb's avatar gb

H.264: cosmetics (vertical align).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79adc96b
...@@ -1779,7 +1779,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){ ...@@ -1779,7 +1779,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
s->avctx->profile = h->sps.profile_idc; s->avctx->profile = h->sps.profile_idc;
s->avctx->level = h->sps.level_idc; s->avctx->level = h->sps.level_idc;
s->avctx->refs= h->sps.ref_frame_count; s->avctx->refs = h->sps.ref_frame_count;
if(h == h0 && h->dequant_coeff_pps != pps_id){ if(h == h0 && h->dequant_coeff_pps != pps_id){
h->dequant_coeff_pps = pps_id; h->dequant_coeff_pps = pps_id;
......
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