diff options
author | Martin Storsjö <martin@martin.st> | 2011-12-15 18:30:03 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-12-21 22:52:39 +0200 |
commit | fe75dc8583b65612f3a94144ee090e741dc926d5 (patch) | |
tree | 43c8e9effb5e16dcd30c41bd31f332ae65135f6b /libavcodec/version.h | |
parent | 132846b0c86303ec99a1c9288ef74384a7ebd669 (diff) | |
download | ffmpeg-fe75dc8583b65612f3a94144ee090e741dc926d5.tar.gz |
libavcodec: Define a side data type for parameter changes
Also define a codec capability for codecs that can handle
parameters changed externally between decoded packets.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index f570ef779f..80e12c14ea 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 29 +#define LIBAVCODEC_VERSION_MINOR 30 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |