OSDN Git Service

avcodec/flac_parser: fix handling EOF if no headers are found
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Jan 2015 00:56:03 +0000 (01:56 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Jan 2015 00:56:03 +0000 (01:56 +0100)
commitc4d85fc23c100f7a27d9bad710eb153214868e27
tree8c13bec30b6ddec4cb5cc2cf3f967cb51e6b3e98
parent040e5703e6b8d1d10e389ee5ecd91711c61b8378
avcodec/flac_parser: fix handling EOF if no headers are found

Fixes assertion failure
Fixes Ticket4269

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/flac_parser.c