ffmpeg_decode: remove obsolete FIXME

This commit is contained in:
nick black 2021-05-23 03:09:02 -04:00 committed by Nick Black
parent 071000af4b
commit 264e2cd3a1

View File

@ -137,10 +137,6 @@ int ffmpeg_decode(ncvisual* n){
}
bool have_frame = false;
bool unref = false;
// FIXME what if this was set up with e.g. ncvisual_from_rgba()?
if(n->details->frame){
//av_freep(&n->details->frame->data[0]);
}
do{
do{
if(n->details->packet_outstanding){