H.264: cosmetics (vertical align).

Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Gwenole Beauchesne 2010-04-15 13:16:37 +00:00
parent fa37cf0db3
commit 6752a3cc6c
1 changed files with 1 additions and 1 deletions

View File

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