[FFmpeg-cvslog] r24547 - trunk/libavformat/avformat.h
michael
subversion
Tue Jul 27 17:21:29 CEST 2010
Author: michael
Date: Tue Jul 27 17:21:29 2010
New Revision: 24547
Log:
Fix 2 doxy comments that referred to the wrong variable.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Tue Jul 27 17:20:02 2010 (r24546)
+++ trunk/libavformat/avformat.h Tue Jul 27 17:21:29 2010 (r24547)
@@ -509,7 +509,7 @@ typedef struct AVStream {
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 @@ typedef struct AVFormatContext {
#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;
More information about the ffmpeg-cvslog
mailing list