[FFmpeg-trac] #11638(undetermined:new): FFprobe prints 64 bit integers as 32 bit
FFmpeg
trac at avcodec.org
Mon Jun 16 16:22:44 EEST 2025
#11638: FFprobe prints 64 bit integers as 32 bit
-------------------------------------+-------------------------------------
Reporter: forthrin | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
{{{
# 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
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11638>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list