summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-03 01:24:43 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-07 10:22:18 +0100
commit76ef2b9337cf8d2cc7666b7bf8c5a870c373ade1 (patch)
tree4e0754bc6a05cd082968bcbf6f9e9d30649776c2
parent1d5ba34249e2a43976586fcbb1171b03bdcca1e0 (diff)
avformat/avformat: Remove obsolete comment
Forgotten in 3f991325b5ef472cf51b7d8433a2380bef2c94ff, obsolete since 3749eede66c3774799766b1f246afae8a6ffc9bb. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavformat/avformat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avformat.c b/libavformat/avformat.c
index 1a99598d6f..41b1c4e7d9 100644
--- a/libavformat/avformat.c
+++ b/libavformat/avformat.c
@@ -821,7 +821,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
AVRational av_stream_get_codec_timebase(const AVStream *st)
{
- // See avformat_transfer_internal_stream_timing_info() TODO.
return cffstream(st)->avctx->time_base;
}