Ticket #784 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

msvideo1 enc: add a check that fame is dividable by 4

Reported by: ami_stuff Owned by:
Priority: normal Component: avcodec
Version: unspecified Keywords: msvideo1
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

add a check that width and height of the input frame to encode is dividble by 4

ffmpeg -i file.avi -vcodec msvideo1 -s 319x199 msv1.avi (broken output, because no check if present in the encoder)

Change History

comment:1 Changed 18 months ago by michael

  • Keywords msvideo1 added
  • Resolution set to fixed
  • Status changed from new to closed
  • Component changed from undetermined to avcodec
  • Reproduced by developer set
Note: See TracTickets for help on using tickets.