Commit ec906fcd authored by Michael Niedermayer's avatar Michael Niedermayer

Fix 2 doxy comments that referred to the wrong variable.

Originally committed as revision 24547 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 76c56376
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment