diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-26 00:51:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-26 00:51:26 +0000 |
commit | f57a5dcd4ea6e9ef2288812f45b91f4edbe3eaa2 (patch) | |
tree | c2fe61351796c8acc86e4b7544fbdaabbf84ce95 /libavcodec | |
parent | 6e2fe0f20a03de242ed3b0d6c14c4f8282174581 (diff) | |
download | ffmpeg-f57a5dcd4ea6e9ef2288812f45b91f4edbe3eaa2.tar.gz |
Clarify ref_index.
Originally committed as revision 22068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cb4ad75b21..52e9ff9078 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -894,6 +894,7 @@ typedef struct AVPanScan{ \ /**\ * motion referece frame index\ + * the order in which these are stored can depends on the codec.\ * - encoding: Set by user.\ * - decoding: Set by libavcodec.\ */\ |