Commit 6752a3cc authored by Gwenole Beauchesne's avatar Gwenole Beauchesne

H.264: cosmetics (vertical align).

Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fa37cf0d
......@@ -1779,7 +1779,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
s->avctx->profile = h->sps.profile_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){
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