#8339 closed defect (fixed)
Copy paste error in error handler in vmdvideo.c:229
Reported by: | Mark Hermeling | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | avcodec |
Version: | git-master | Keywords: | vmd |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
There is a copy paste error, which outputs the wrong information in a log message. Found during static analysis, see the attached image from GrammaTech CodeSonar.
frame_width on line 229 should be frame_height.
Very minor issue clearly.
How to reproduce:
% ffmpeg -i input ... output ffmpeg version built on ...
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | Screen Shot 2019-10-27 at 07.03.42.png added |
---|
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | vmd added |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Screenshot of the static analysis warning