Mercurial > libavformat.hg
changeset 6329:614f8591566f libavformat
Fix 2 doxy comments that referred to the wrong variable.
author | michael |
---|---|
date | Tue, 27 Jul 2010 15:21:29 +0000 |
parents | de851c28b9f7 |
children | c4ff37db69e1 |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Tue Jul 27 15:20:02 2010 +0000 +++ b/avformat.h Tue Jul 27 15:21:29 2010 +0000 @@ -509,7 +509,7 @@ int64_t duration; #if LIBAVFORMAT_VERSION_INT < (53<<16) - char language[4]; /** ISO 639-2/B 3-letter language code (empty string if undefined) */ + char language[4]; /**< ISO 639-2/B 3-letter language code (empty string if undefined) */ #endif /* av_read_frame() support */ @@ -701,7 +701,7 @@ #endif /* av_seek_frame() support */ - int64_t data_offset; /** offset of the first packet */ + int64_t data_offset; /**< offset of the first packet */ int index_built; int mux_rate;