# HG changeset patch # User michael # Date 1280244089 0 # Node ID 614f8591566f01e8634c35b1a1029967542427db # Parent de851c28b9f7db927faeb3761e0d3f5b2c400d74 Fix 2 doxy comments that referred to the wrong variable. diff -r de851c28b9f7 -r 614f8591566f avformat.h --- 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;