Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-12-15 18:11:49 +0400
committerMartin Storsjö <martin@martin.st>2011-12-22 00:52:36 +0400
commit195c123cc87bb46efbadb48b2f756ae49bdb6774 (patch)
tree3d4a1cc004d3f1bbf56e747b29bc5cf66e8ccf14 /libavcodec/avcodec.h
parent17c84f4ed2dcc617b45a0e305725bfca7bc0bfd1 (diff)
libavcodec: Define a side data type for new extradata
Signed-off-by: Martin Storsjö <martin@martin.st>
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 7f4651b80f..f78a7a61ff 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -855,6 +855,7 @@ typedef struct AVPanScan{
enum AVPacketSideDataType {
AV_PKT_DATA_PALETTE,
+ AV_PKT_DATA_NEW_EXTRADATA,
};
typedef struct AVPacket {