Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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)

Screen Shot 2019-10-27 at 07.03.42.png (647.5 KB ) - added by Mark Hermeling 4 years ago.
Screenshot of the static analysis warning

Download all attachments as: .zip

Change History (3)

by Mark Hermeling, 4 years ago

Screenshot of the static analysis warning

comment:1 by Elon Musk, 4 years ago

Resolution: fixed
Status: newclosed

comment:2 by Carl Eugen Hoyos, 4 years ago

Component: undeterminedavcodec
Keywords: vmd added
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.