OSDN Git Service

h264: do not abuse the context as a temporary storage in get_last_needed_nal()
authorAnton Khirnov <anton@khirnov.net>
Tue, 27 Jan 2015 13:25:01 +0000 (14:25 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 21 Mar 2015 10:27:14 +0000 (11:27 +0100)
commit2ea00e35e4e0b58f7a306dd55d8f72a21c32c946
tree4e430bc38f5992a5eac311f05036f3403f08ea82
parent404a416d4b1fcbf9db5569481d8181f296c01ea9
h264: do not abuse the context as a temporary storage in get_last_needed_nal()

Use a local variable instead.
libavcodec/h264.c