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/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 11ae1fcd91..5f1755a3ea 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -477,6 +477,7 @@ enum AVCodecID { AV_CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems * stream (only used by libavformat) */ AV_CODEC_ID_FFMETADATA = 0x21000, ///< Dummy codec for streams containing only metadata information. + AV_CODEC_ID_WRAPPED_AVFRAME = 0x21001, ///< Passthrough codec, AVFrames wrapped in AVPacket }; /** -- cgit v1.2.3