Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-04-15 17:16:37 +0400
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-04-15 17:16:37 +0400
commit6752a3cc6c7fa00afe3800c9ec73700d5ba9bc04 (patch)
tree199872153a992afd91fa3d17ce5ccfd8d94455a0 /libavcodec/h264.c
parentfa37cf0db333b3ddf7ec84725edbddaec6ea446b (diff)
H.264: cosmetics (vertical align).
Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index d4d9d21e1d..05afe51af3 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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;