Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec

2015-06-03 Thread Michael Niedermayer
On Tue, Jun 02, 2015 at 07:43:23AM +0100, tim nicholson wrote: > On 01/06/15 20:35, Michael Niedermayer wrote: > > This is the maximum rate possible based on the frame size limit of MXF D-10 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/mxfenc.c |2 +- > > 1 file changed

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec

2015-06-01 Thread tim nicholson
On 01/06/15 20:35, Michael Niedermayer wrote: > This is the maximum rate possible based on the frame size limit of MXF D-10 > > Signed-off-by: Michael Niedermayer > --- > libavformat/mxfenc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mxfenc.c b/liba

[FFmpeg-devel] [PATCH] avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec

2015-06-01 Thread Michael Niedermayer
This is the maximum rate possible based on the frame size limit of MXF D-10 Signed-off-by: Michael Niedermayer --- libavformat/mxfenc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index e0ae14e..7e41c5c 100644 --- a/libavform