ffmpeg_decode: remove obsolete FIXME

pull/1691/head
nick black 3 years ago committed by Nick Black
parent 071000af4b
commit 264e2cd3a1

@ -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){

Loading…
Cancel
Save