Bug #1179
Length of ffaudio-handled streams from #1160 & #1176 are the dreaded "419:57:08" instead of zero.
Start date:
August 08, 2022
Due date:
% Done:
100%
Estimated time:
Affects version:
History
#1
    
    Updated by Jim Turner about 3 years ago
    
    - File ffaudio-core.cc.diff ffaudio-core.cc.diff added
 
Oops - I had been using "if ((int)ic->duration != 0)" forever, but when looking it it here I suddenly thought that negative duration values didn't make sense so I changed it to "if ((int)ic->duration > 0)". I then discovered a case where it DOES, and reverting it back to the former works returning the correct time, so updated the attachment here.
Jim
#3
    
    Updated by John Lindgren about 3 years ago
    
    - % Done changed from 0 to 100
 - Status changed from New to Closed
 
#4
    
    Updated by Thomas Lange over 2 years ago
    
    - Target version set to 4.3
 
