OSDN Git Service

h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()
authorAnton Khirnov <anton@khirnov.net>
Mon, 21 Mar 2016 15:25:29 +0000 (16:25 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 24 Apr 2016 08:06:23 +0000 (10:06 +0200)
commite9f884416c76558098fc1f63825b293956e8483c
tree27ea383fb49da781dfca689623c5d3a4ddb07645
parent8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6
h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()

It has nothing to do with the reference count and so does not belong in
this function.
libavcodec/h264.c
libavcodec/h264_parser.c
libavcodec/h264_slice.c