OSDN Git Service

libspeexdec: handle NULL return value from speex_packet_to_header()
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 3 Oct 2012 21:26:16 +0000 (17:26 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 3 Oct 2012 22:26:25 +0000 (18:26 -0400)
commitc9df48909e03031aeb90facf9f307f3103691792
tree668533767b7a2cabf07c7cddd77164bfd910bf20
parent769ed3057efec12820f9245f6ad3fa5bcfc95c5e
libspeexdec: handle NULL return value from speex_packet_to_header()

This will happen when the extradata is not a valid Speex header.
libavcodec/libspeexdec.c