[FFmpeg-devel] [PATCH 3/3] avcodec/mpeg12dec: remove outdated comments
Michael Niedermayer
michael at niedermayer.cc
Sat Jun 6 21:08:15 EEST 2020
Found-by: Kieran
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
libavcodec/mpeg12dec.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index 40d054def5..ff81364fd1 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -221,7 +221,6 @@ end:
}
/**
- * Note: this function can read out of range and crash for corrupt streams.
* Changing this would eat up any speed benefits it has.
* Do not use "fast" flag if you need the code to be robust.
*/
@@ -397,7 +396,6 @@ end:
}
/**
- * Note: this function can read out of range and crash for corrupt streams.
* Changing this would eat up any speed benefits it has.
* Do not use "fast" flag if you need the code to be robust.
*/
@@ -559,7 +557,6 @@ static inline int mpeg2_decode_block_intra(MpegEncContext *s,
}
/**
- * Note: this function can read out of range and crash for corrupt streams.
* Changing this would eat up any speed benefits it has.
* Do not use "fast" flag if you need the code to be robust.
*/
--
2.17.1
More information about the ffmpeg-devel
mailing list