[FFmpeg-cvslog] Document that av_write_header sets stream time_base to a value of it chosing .
Reimar Döffinger
git
Wed Feb 16 23:18:31 CET 2011
ffmpeg | branch: master | Reimar D?ffinger <Reimar.Doeffinger at gmx.de> | Sat Jan 29 13:53:14 2011 +0100| [438198e7952f61b81f7bbe318e706cc0517b00f7] | committer: Michael Niedermayer
Document that av_write_header sets stream time_base to a value of it chosing.
Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=438198e7952f61b81f7bbe318e706cc0517b00f7
---
libavformat/avformat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cc56fb7..afcf5b0 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1382,7 +1382,7 @@ void av_url_split(char *proto, int proto_size,
/**
* Allocate the stream private data and write the stream header to an
* output media file.
- * Note: this sets stream time-bases, if possible to stream->codec->time_base
+ * @note: this sets stream time-bases, if possible to stream->codec->time_base
* but for some formats it might also be some other time base
*
* @param s media file handle
More information about the ffmpeg-cvslog
mailing list