Opened 14 years ago
Closed 14 years ago
#7341 closed bug (fixed)
[mediaconverter] doesn't report correct file details
Reported by: | starsseed | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/MediaConverter | Version: | R1/alpha2 |
Keywords: | r40649 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
trunk\src\apps\mediaconverter\MediaFileInfo.cpp line 73 :
the format string
"%Ld x %Ld, %Ld fps / %Ld frames"
is not correct :
for a 320*240 movie, the reported width is 1030792151360 ( 320 + 240*232 )
i.e. "%Ld" read 8 bytes on the stack instead of 4.
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Keywords: | r40649 added |
---|
comment:2 by , 14 years ago
by , 14 years ago
Attachment: | MediaConverter.patch added |
---|
patch for 5 type specifier errors in 3 snprintf format string
comment:3 by , 14 years ago
patch: | 0 → 1 |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the patch! Applied in hrev40876.
Note:
See TracTickets
for help on using tickets.
NB :
The same way :