aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2020-06-06 19:42:07 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2020-07-05 12:43:08 +0200
commita1cfe7baede40a61fee8c0e6021e6e7283586f77 (patch)
treee0ade5e00f65ea134dbfbc7982af28d1d7291754
parent0d9270743785b61b49296717b2c01f70aa74d969 (diff)
downloadffmpeg-a1cfe7baede40a61fee8c0e6021e6e7283586f77.tar.gz
avcodec/mpeg12dec: remove outdated comments
Found-by: Kieran Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 48de8f5816aa54dc584aeb2dbbf63a0e880279e2) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavcodec/mpeg12dec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index e7661e1a8d..fc26473cff 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -308,7 +308,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.
*/
@@ -475,7 +474,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.
*/
@@ -626,7 +624,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.
*/