From 00332e0a064dad866812de9162b009cbaba6f5df Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 9 Oct 2015 14:12:04 +0200 Subject: wrapped_avframe: Initial implementation --- libavcodec/codec_desc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/codec_desc.c') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index d2c7a9179c..91c77c8b84 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1169,6 +1169,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("Screenpresso"), .props = AV_CODEC_PROP_LOSSLESS, }, + { + .id = AV_CODEC_ID_WRAPPED_AVFRAME, + .type = AVMEDIA_TYPE_VIDEO, + .name = "wrapped_avframe", + .long_name = NULL_IF_CONFIG_SMALL("AVFrame to AVPacket passthrough"), + .props = AV_CODEC_PROP_LOSSLESS, + }, /* image codecs */ { -- cgit v1.2.3