diff options
Diffstat (limited to 'src/libmpeg2')
-rw-r--r-- | src/libmpeg2/decode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libmpeg2/decode.c b/src/libmpeg2/decode.c index c4ac7c9ba..2d8830a84 100644 --- a/src/libmpeg2/decode.c +++ b/src/libmpeg2/decode.c @@ -818,10 +818,6 @@ void mpeg2_reset (mpeg2dec_t * mpeg2dec) { } -/* flush must never allocate any frame (get_frame/duplicate_frame). - * it is called from inside video_out loop and frame allocation - * may cause some (rare) deadlocks. - */ void mpeg2_flush (mpeg2dec_t * mpeg2dec) { picture_t *picture = mpeg2dec->picture; |