GNOME Bugzilla – Bug 705144
mpegvideoparse: support field encoding for interlaced video
Last modified: 2013-11-09 10:02:41 UTC
Created attachment 250467 [details] [review] Patch Unlike frame encoding mode, in field encoding mode each picture picture represents one field. We need to combine these two pictures in one frame in the parser. In field encoding mode the fields have same TSN, which can be used to determine if they are parts of same frame. Sample file: https://s3.amazonaws.com/MatejK/Samples/field-encoding.vob
commit e5ebd7d846a296f6018cf2af32fd229a4a05f424 Author: Matej Knopp <matej.knopp@gmail.com> Date: Tue Jul 30 15:17:23 2013 +0200 mpegvideoparse: support field encoding for interlaced video https://bugzilla.gnome.org/show_bug.cgi?id=705144
This breaks the unit test, see bug #711721