mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
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>
This commit is contained in:
parent
0d92707437
commit
a1cfe7baed
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user