summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;