Mercurial > libavcodec.hg
changeset 11634:456b580e244c libavcodec
H.264: cosmetics (vertical align).
author | gb |
---|---|
date | Thu, 15 Apr 2010 13:16:37 +0000 |
parents | d47bd24cb380 |
children | 0c2b399b2e27 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.c Thu Apr 15 08:30:48 2010 +0000 +++ b/h264.c Thu Apr 15 13:16:37 2010 +0000 @@ -1779,7 +1779,7 @@ 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;