diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-16 00:13:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-16 00:28:57 +0200 |
commit | 7b6a97edd1b50c03ec9b30f5806a72036923bee4 (patch) | |
tree | 0d1c9eaaaeb57628cf5b6469cbdb6735326d4664 /libavcodec | |
parent | 2f7bd04afb297f121d7c357b2b7df9d23a0ba927 (diff) | |
download | ffmpeg-7b6a97edd1b50c03ec9b30f5806a72036923bee4.tar.gz |
avcodec/avcodec: more verbose documentation for time_base
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cb0e744622..3d6f7b9333 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1346,6 +1346,8 @@ typedef struct AVCodecContext { * of which frame timestamps are represented. For fixed-fps content, * timebase should be 1/framerate and timestamp increments should be * identically 1. + * This often, but not always is the inverse of the frame rate or field rate + * for video. * - encoding: MUST be set by user. * - decoding: the use of this field for decoding is deprecated. * Use framerate instead. |