OSDN Git Service

lavc: move decoding-related code from utils.c to a new file
authorAnton Khirnov <anton@khirnov.net>
Wed, 26 Oct 2016 06:10:19 +0000 (08:10 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 29 Nov 2016 09:39:20 +0000 (10:39 +0100)
commit3fe2a01df7f2c193805809f57b61d79607572351
treec78e80a32e319b0ea485d5659c162f658699c890
parent328cd2b599bc2d0d38f3c12606fa2a66eeec016e
lavc: move decoding-related code from utils.c to a new file
libavcodec/Makefile
libavcodec/decode.c [new file with mode: 0644]
libavcodec/utils.c