mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04: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 have_frame = false;
|
||||||
bool unref = 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{
|
||||||
do{
|
do{
|
||||||
if(n->details->packet_outstanding){
|
if(n->details->packet_outstanding){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user