summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorVladimir Pantelic <vladoman@gmail.com>2011-03-17 14:56:14 +0100
committerMans Rullgard <mans@mansr.com>2011-03-17 16:25:54 +0000
commitde11ee906ed232157392924735c18ab7d8522ccb (patch)
tree2be277c8ce6a81851286a043609782f86df9d314 /libavformat/avformat.h
parentf1f60f5252b0b448adcce0c1c52f3161ee69b9bf (diff)
asfdec: subtract the preroll value and thus output 0 based timestamps
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ce50053f49..ca179d2ad3 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -534,8 +534,6 @@ typedef struct AVStream {
* Only set this if you are absolutely 100% sure that the value you set
* it to really is the pts of the first frame.
* This may be undefined (AV_NOPTS_VALUE).
- * @note The ASF header does NOT contain a correct start_time the ASF
- * demuxer must NOT set this.
*/
int64_t start_time;