GNOME Bugzilla – Bug 732714
avidemux, wavparse: Print invalid fourcc in hex
Last modified: 2014-07-04 08:22:13 UTC
Inspired by the bugs I found in https://bugzilla.gnome.org/show_bug.cgi?id=732697 I looked for further omissions and found them in avidemux and wavparse.
Created attachment 279871 [details] [review] Proposed patch.
commit d33d8cf026d203812d64180450adcb9fd314fdf2 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Fri Jul 4 03:21:30 2014 +0200 avidemux, wavparse: Print invalid fourcc in hex Previously this was printed as characters which caused later processing of the error message to sometimes warn about non-UTF-8 characters. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732714