mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 18:48:27 +00:00
H.264: cosmetics (vertical align).
Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fa37cf0db3
commit
6752a3cc6c
@ -1779,7 +1779,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
|
|||||||
|
|
||||||
s->avctx->profile = h->sps.profile_idc;
|
s->avctx->profile = h->sps.profile_idc;
|
||||||
s->avctx->level = h->sps.level_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){
|
if(h == h0 && h->dequant_coeff_pps != pps_id){
|
||||||
h->dequant_coeff_pps = pps_id;
|
h->dequant_coeff_pps = pps_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user