mirror of https://github.com/FFmpeg/FFmpeg.git
Fixes parsing small timebases from expressions (where the expression API converts the result to double), like in this command line: ffprobe -f lavfi -i testsrc=d=1,settb=1/2000000000 -show_streams -show_entries stream=time_base Before the patch timebase was parsed as 1/1999999999. Signed-off-by: Marton Balint <cus@passwd.hu>release/7.0
parent
976cf2343d
commit
8fccd6d510
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue