OSDN Git Service

vaapi_decode: Remove vestigial unmap code
authorMark Thompson <sw@jkqxz.net>
Wed, 19 Oct 2016 22:47:55 +0000 (23:47 +0100)
committerMark Thompson <sw@jkqxz.net>
Mon, 24 Oct 2016 19:17:47 +0000 (20:17 +0100)
commit0aec37e625821040c103641eec9c1e7a1efa2952
treee772c0b63448b1a07cc11dc9d2f2875674228f64
parent5e879b54a3a46817ea6c8a95a9aecab1176418b9
vaapi_decode: Remove vestigial unmap code

The buffer map/unmap code was in an early version of this before it
was committed, but the unmap was never removed.  While wrong, this
was harmless (and therefore unnoticed) because the buffers can't be
mapped at this point - all drivers just did nothing with the call.
libavcodec/vaapi_decode.c