[libav-devel] [PATCH] rtpdec_qdm2: Don't try to parse data packet if no configuration is received

2011-05-12 Thread Martin Storsjö
The later parsing of payload data depends on the configuration being present. If it hasn't been configured properly yet, parsing a data packet may lead to a crash. --- libavformat/rtpdec_qdm2.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libavformat/rtpdec_qdm2.c b/li

Re: [libav-devel] [PATCH] rtpdec_qdm2: Don't try to parse data packet if no configuration is received

2011-05-12 Thread Ronald S. Bultje
Hi, On Thu, May 12, 2011 at 3:49 PM, Martin Storsjö wrote: > The later parsing of payload data depends on the configuration > being present. If it hasn't been configured properly yet, > parsing a data packet may lead to a crash. > --- >  libavformat/rtpdec_qdm2.c |    2 ++ >  1 files changed, 2 i