summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-10-09 14:12:04 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-10-10 14:50:34 +0200
commit00332e0a064dad866812de9162b009cbaba6f5df (patch)
treebbdcbe5e8de1e2a0545e6c821fa668708c553a55 /libavcodec/avcodec.h
parentc3e5c47bdae2bb8219fea62d91b7455650b22c60 (diff)
wrapped_avframe: Initial implementation
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
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
};
/**