GNOME Bugzilla – Bug 768006
flvdemux: Add support for H263 and MPEG4 part2
Last modified: 2016-06-27 06:21:27 UTC
Found while testing https://bugzilla.gnome.org/show_bug.cgi?id=768005
Created attachment 330310 [details] [review] 0001-flvdemux-Add-support-for-H263-and-MPEG4-part2.patch
Review of attachment 330310 [details] [review]: ffmpeg agrees
commit 6ac02f8595292a4501644f17dd3d87a0d0582d7d Author: Vivia Nikolaidou <vivia@ahiru.eu> Date: Fri Jun 24 14:48:53 2016 +0300 flvdemux: Add support for H263 and MPEG4 part2 https://bugzilla.gnome.org/show_bug.cgi?id=768006
How? The spec does not support these, only Sorenson H263, and no H264 ...
(mean no mpeg 4) Can we at least document in the code that this is not standard, seems bad habit to deviate from spec without mentioning ...
commit d6f597db20e06e60e411c8f9cfdc4c9874b97826 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Jun 27 09:20:35 2016 +0300 flvdemux: Add comment about H263/MPEG4P2 being non-standard for FLV They are however supported by ffmpeg and apparently used out there. https://bugzilla.gnome.org/show_bug.cgi?id=768006