Commit 438198e7 authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Michael Niedermayer

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

Signed-off-by: 's avatarJanne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fabb93e3
...@@ -1382,7 +1382,7 @@ void av_url_split(char *proto, int proto_size, ...@@ -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 * Allocate the stream private data and write the stream header to an
* output media file. * 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 * but for some formats it might also be some other time base
* *
* @param s media file handle * @param s media file handle
......
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