Document that av_write_header sets stream time_base to a value of it chosing.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Reimar Döffinger 2011-01-29 13:53:14 +01:00 committed by Michael Niedermayer
parent fabb93e397
commit 438198e795
1 changed files with 1 additions and 1 deletions

View File

@ -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