mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
ffmpeg_decode: remove obsolete FIXME
This commit is contained in:
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…
Reference in New Issue
Block a user