Fix the following issues when building against older ffmpeg versions
- the call to avcodec_free_context exceptions as avformat_close_input
already performs cleanup of the AVCodecContext, so link the calling of
avcodec_free_context in the close method of k9avidecode.cpp to the
version of libavformat in which codecpar appeared rather than when
avcodec_free_context appeared.
- avcodec_decode_video2 was deprecated in libavcodec 57.106.100, not
57.12.100, so the version has been corrected.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit bd83eb0951
)
r14.0.x
parent
bb8d39297f
commit
9fb9c20217
Loading…
Reference in new issue