hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()
authorAnton Khirnov <anton@khirnov.net>
Sun, 27 Jul 2014 18:52:12 +0000 (18:52 +0000)
committerAnton Khirnov <anton@khirnov.net>
Sat, 9 Aug 2014 16:15:38 +0000 (16:15 +0000)
commit52a2c17ec006282f388071a831dfb21288611253
tree1796d068d316f8f2df0d0bdf0d317eee8544e9e9
parenta7a17e3f1915ce69b787dc58c5d8dba0910fc0a4
hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()

It makes no sense and cannot happen in any place from which this
function is called.
libavcodec/hevc_refs.c