Re: [libav-devel] [PATCH 1/3] matroskadec: skip video projection parsing for non-spherical video streams

2017-11-02 Thread James Almer
On 11/1/2017 11:10 PM, Sean McGovern wrote: > --- > libavformat/matroskadec.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index c6e1a19..3743d4d 100644 > --- a/libavformat/matroskadec.c > +++ b/libavformat/matroskadec.c > @@

Re: [libav-devel] [PATCH 1/3] matroskadec: skip video projection parsing for non-spherical video streams

2017-11-02 Thread Sean McGovern
Hi Hendrik, On Nov 2, 2017 4:21 AM, "Hendrik Leppkes" wrote: On Thu, Nov 2, 2017 at 3:10 AM, Sean McGovern wrote: > --- > libavformat/matroskadec.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index c6e1a19..3743d4d 100644

Re: [libav-devel] [PATCH 1/3] matroskadec: skip video projection parsing for non-spherical video streams

2017-11-02 Thread Hendrik Leppkes
On Thu, Nov 2, 2017 at 3:10 AM, Sean McGovern wrote: > --- > libavformat/matroskadec.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index c6e1a19..3743d4d 100644 > --- a/libavformat/matroskadec.c > +++ b/libavformat/matroskad

[libav-devel] [PATCH 1/3] matroskadec: skip video projection parsing for non-spherical video streams

2017-11-01 Thread Sean McGovern
--- libavformat/matroskadec.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index c6e1a19..3743d4d 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -1606,6 +1606,10 @@ static int mkv_parse_video_projection(AVS