[FFmpeg-devel] [PATCH] libavformat/mxfdec.c: refactored resolving timecode component

2014-11-12 Thread Mark Reid
--- libavformat/mxfdec.c | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index b533e2a..87f1e51 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -1424,6 +1424,27 @@ static int mxf_

Re: [FFmpeg-devel] [PATCH] libavformat/mxfdec.c: refactored resolving timecode component

2014-11-14 Thread Tomas Härdin
On Wed, 2014-11-12 at 12:15 -0800, Mark Reid wrote: > --- > libavformat/mxfdec.c | 36 +++- > 1 file changed, 23 insertions(+), 13 deletions(-) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c > index b533e2a..87f1e51 100644 > --- a/libavformat/mxfdec.c

Re: [FFmpeg-devel] [PATCH] libavformat/mxfdec.c: refactored resolving timecode component

2014-11-14 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 02:04:56AM +0100, Tomas Härdin wrote: > On Wed, 2014-11-12 at 12:15 -0800, Mark Reid wrote: > > --- > > libavformat/mxfdec.c | 36 +++- > > 1 file changed, 23 insertions(+), 13 deletions(-) > > > > diff --git a/libavformat/mxfdec.c b/libavfo