Browse Source

libavcodec: Define a side data type for new extradata

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.10
Martin Storsjö 14 years ago
parent
commit
195c123cc8
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      libavcodec/avcodec.h
  2. +2
    -2
      libavcodec/version.h

+ 1
- 0
libavcodec/avcodec.h View File

@@ -855,6 +855,7 @@ typedef struct AVPanScan{

enum AVPacketSideDataType {
AV_PKT_DATA_PALETTE,
AV_PKT_DATA_NEW_EXTRADATA,
};

typedef struct AVPacket {


+ 2
- 2
libavcodec/version.h View File

@@ -21,8 +21,8 @@
#define AVCODEC_VERSION_H

#define LIBAVCODEC_VERSION_MAJOR 53
#define LIBAVCODEC_VERSION_MINOR 28
#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_MINOR 29
#define LIBAVCODEC_VERSION_MICRO 0

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \


Loading…
Cancel
Save