From 438198e7952f61b81f7bbe318e706cc0517b00f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= <Reimar.Doeffinger@gmx.de>
Date: Sat, 29 Jan 2011 13:53:14 +0100
Subject: [PATCH] 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>
---
 libavformat/avformat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cc56fb78400..afcf5b0d11d 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
-- 
GitLab