aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/ivfdec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-04-06 20:33:58 +0200
committerAnton Khirnov <anton@khirnov.net>2015-04-29 05:52:57 +0200
commitee62b364be0c30cba83b5ff10a3ca8c3e866ade6 (patch)
treedbffed438d55e49d723eed17ae3a0b236bfdc03c /libavformat/ivfdec.c
parent54986d6db9116ef9704b1ce8414ffdb7f1ca127f (diff)
downloadffmpeg-ee62b364be0c30cba83b5ff10a3ca8c3e866ade6.tar.gz
h264: eliminate ff_h264_set_parameter_from_sps()
That function currently does two things -- reinitializing the DSP contexts and setting low_delay based on the SPS values. The former more appropriately belongs in h264_slice_header_init(), while the latter only really makes sense in decode_slice_header(). The third call to ff_h264_set_parameter_from_sps(), done immediately after parsing a new SPS, appears to serve no useful purpose, so it is just dropped. Also, drop now unneeded H264Context.cur_chroma_format_idc.
Diffstat (limited to 'libavformat/ivfdec.c')
0 files changed, 0 insertions, 0 deletions