Re: [libav-devel] [PATCH 1/1] mxfdec: fix typo in mxf_read_seek()

2012-12-03 Thread Tomas Härdin
On Fri, 2012-10-26 at 20:05 +0200, Janne Grunau wrote: > Check the number of index tables before using byte offset based seeking > instead of the index_tables pointer. > > Found by Måns Rullgård . > --- > libavformat/mxfdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [libav-devel] [PATCH 1/1] mxfdec: fix typo in mxf_read_seek()

2012-10-26 Thread Måns Rullgård
Janne Grunau writes: > Check the number of index tables before using byte offset based seeking > instead of the index_tables pointer. > > Found by Måns Rullgård . > --- > libavformat/mxfdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mxfdec.c b/libavfor

[libav-devel] [PATCH 1/1] mxfdec: fix typo in mxf_read_seek()

2012-10-26 Thread Janne Grunau
Check the number of index tables before using byte offset based seeking instead of the index_tables pointer. Found by Måns Rullgård . --- libavformat/mxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 8595d72..61b9c68 100