mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 11:21:42 +08:00
include snow encoder only if it is not disabled
Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -4535,7 +4535,7 @@ AVCodec snow_decoder = {
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_ENCODERS
|
#ifdef CONFIG_SNOW_ENCODER
|
||||||
AVCodec snow_encoder = {
|
AVCodec snow_encoder = {
|
||||||
"snow",
|
"snow",
|
||||||
CODEC_TYPE_VIDEO,
|
CODEC_TYPE_VIDEO,
|
||||||
|
|||||||
Reference in New Issue
Block a user