diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-01-07 23:07:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-07 23:07:31 +0000 |
commit | 81c623fae059792ec9c0ce47ad69128a58ab5980 (patch) | |
tree | 5c75370a019c358093604e6b138fead27d091516 /libavcodec/avcodec.h | |
parent | 1919feafb1780c32864f63942d2b14f99c992f88 (diff) | |
download | ffmpeg-81c623fae059792ec9c0ce47ad69128a58ab5980.tar.gz |
Deprecate reordered_opaque in favor of pkt_pts/dts
Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index be28714cd5..2355a6eb81 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 106 +#define LIBAVCODEC_VERSION_MINOR 107 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -998,6 +998,7 @@ typedef struct AVPanScan{ * that time,\ * the decoder reorders values as needed and sets AVFrame.reordered_opaque\ * to exactly one of the values provided by the user through AVCodecContext.reordered_opaque \ + * @deprecated in favor of pkt_pts\ * - encoding: unused\ * - decoding: Read by user.\ */\ @@ -2585,6 +2586,7 @@ typedef struct AVCodecContext { /** * opaque 64bit number (generally a PTS) that will be reordered and * output in AVFrame.reordered_opaque + * @deprecated in favor of pkt_pts * - encoding: unused * - decoding: Set by user. */ |