diff options
author | Stefano Sabatini | 2011-05-01 14:02:08 +0200 |
---|---|---|
committer | Stefano Sabatini | 2011-05-07 11:45:30 +0200 |
commit | 22333a6b19f59ebc83933b910069d00c445d01ed (patch) | |
tree | 143d3dd337af034562802e529489d21964a27cd6 /libavcodec/version.h | |
parent | 314374e57978bd215ae42d5444f0e76f2bebdc27 (diff) |
lavc: add width and height fields to AVFrame
width and height are per-frame properties, setting these values in
AVFrame simplify the operation of extraction of that information,
since avoids the need to check the codec/stream context.
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 4b8e70f314..362c4f1f2d 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 3 +#define LIBAVCODEC_VERSION_MINOR 4 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |