alacdec: do not be too strict about the extradata size
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 22 Dec 2012 06:21:09 +0000 (01:21 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 22 Dec 2012 17:18:41 +0000 (12:18 -0500)
commit68a04b0ccee66f57516e129dd3ec457fd50b4bec
tree57228d51b0e022fc066c5d169ae7bb3bcb6d3d06
parentaef5150719f03ce87e67c17d2006e24d8961aa17
alacdec: do not be too strict about the extradata size

Sometimes the extradata has duplicate atoms, but that shouldn't prevent
decoding. Just ensure that it is at least 36 bytes as a sanity check.

CC: libav-stable@libav.org
libavcodec/alac.c