Changeset ee62b364 in ffmpeg

Timestamp:
Apr 29, 2015, 3:52:57 AM (10 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
11f024ef, ab7ad5e6
Parents:
54986d6d
git-author:
Anton Khirnov <anton@khirnov.net> (04/06/15 18:33:58)
git-committer:
Anton Khirnov <anton@khirnov.net> (04/29/15 03:52:57)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.