]> git.sesse.net Git - ffmpeg/commit
h264: merge the two reinit blocks in slice_header_parse()
authorAnton Khirnov <anton@khirnov.net>
Tue, 10 May 2016 11:34:59 +0000 (13:34 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:53 +0000 (20:27 +0200)
commitd1f539c97e04e7cebecaf6916c5064f243d39fcf
tree08a14f2cbdf87751a2aadf52addd1d371773e485
parent3fba16ecd978d5bed338b8da643c3435e62b3437
h264: merge the two reinit blocks in slice_header_parse()

The only difference is that the first of them contains a
ff_h264_flush_change() call. While that is not necessary in the second
block, it should cause no problems either.

Reduce the verbosity of the reinit log message from info to verbose,
since now it will be displayed during every decode session.
libavcodec/h264_slice.c