#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to