[FFmpeg-devel] [PATCH] H264ParamSets: make sps const

Benoit Fouet benoit.fouet at free.fr
Mon Jun 27 14:37:39 CEST 2016


Hi,

First patch change decode_scaling_matrices function, so that it does not 
affect the SPS structure it gets, and marks SPS and PPS const in its 
arguments.

Second patch straightens the check for macroblock sizes in 
ff_h264_decode_seq_parameter_set and removes the unneeded check in H.264 
slice init_dimensions.

Last patch make SPS const in H264ParamSets and fixes its usages.

Cheers,
-- 
Ben



More information about the ffmpeg-devel mailing list