Re: [libav-devel] [PATCH 08/16] mxfdec: Move the current_partition check inside mxf_read_header()

2012-02-09 Thread Benjamin Larsson
OK ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 08/16] mxfdec: Move the current_partition check inside mxf_read_header()

2012-01-26 Thread Tomas Härdin
This fixes SIGSEGV on files where this is actually the case, such as zzuf4.mxf --- libavformat/mxfdec.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 4ac90cd..6ae2b24 100644 --- a/libavformat/mxfdec.c +++ b/liba