avviddec: Fix huge leak caused by circular reference
AVBufferRef -> GstFFMpegVideoDecVideoFrame -> GstVideoCodecFrame -> AVBufferRef
Instead of holding additional ref there, set read-only which would not be reused by ff_reget_buffer()
Fixes: #63 (closed)
Edited by Seungha Yang