Opened 13 months ago
Closed 13 months ago
#11638 closed defect (fixed)
FFprobe prints 64 bit integers as 32 bit
| Reported by: | forthrin | Owned by: | Marvin Scholz <epirat07@gmail.com> |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
# FFmpeg: git 2025-06-14 16:33:50 b65fece # System: macOS 15.5 (24F74) # Model : MacBookAir10,1 $ stat -f %Z in.mp4 2576843074 $ ffprobe -v warning -show_entries format=size -of default=noprint_wrappers=1 in.mp4 size=-1718124222 -void avtext_print_unit_int(AVTextFormatContext *tctx, const char *key, int value, const char *unit); +void avtext_print_unit_int(AVTextFormatContext *tctx, const char *key, int64_t value, const char *unit); $ !! size=2576843074
Change History (1)
comment:1 by , 13 months ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 2b25a662/ffmpeg: