Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-04-06 Thread Nic Wolfe
is a complex topic and this patch is certainly not comprehensive but hopefully it is a step in the right direction. Thanks, Nic On Wed, Mar 30, 2016 at 2:38 AM, Steve Lhomme wrote: > On Tue, Mar 29, 2016 at 2:46 PM, Dave Rice wrote: >> Hi, >> >>> On Mar 29, 2016, at 4:23 AM, w

[FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-03-26 Thread Nic Wolfe
The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft, and PixelCropRight elements: https://www.matroska.org/technical/specs/index.html This commit adds support for demuxing these values so that applications using libav* are able to use them when playing the stream. They're added