GNOME Bugzilla – Bug 695541
avidemux: support raw avi with negative height
Last modified: 2013-03-11 14:47:31 UTC
As mentioned in bug report 695540 (https://bugzilla.gnome.org/show_bug.cgi?id=695540), raw video may be store bottom-down (instead of topdown) when setting a negative height in the header. This patch addresses this by not inverting the buffer when a negative height value is provided. The patch in 695540 is required, in order for caps nego to succeed
Created attachment 238503 [details] [review] avidemux negative height
commit d7743cf7c6a654276ebc00c918069b25ea1e3f89 Author: Dirk Van Haerenborgh <vhdirk@gmail.com> Date: Sun Mar 10 09:25:34 2013 +0100 avidemux: support raw video with negative height https://bugzilla.gnome.org/show_bug.cgi?id=695541