]> git.sesse.net Git - ffmpeg/commit
ac3dec: update checked AV_EF flags.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Nov 2011 19:37:42 +0000 (20:37 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Dec 2011 23:39:58 +0000 (00:39 +0100)
commiteda3758c87dafe8a6179b16e25e60b11746213ad
tree846f8f8b54de8cf48ccb762f9957f07cda7329aa
parent3ba0bfe71fb18e955ca0110e5a65105d84932fbc
ac3dec: update checked AV_EF flags.

A user who wishes to use default error concealment cannot set the
AV_EF_CRCCHECK flag because not every CRC in every format is a
reliable indicator of bitstream damage. In some formats crcrs
can be nonsensical in absence of any damage. We thus add the
AV_EF_CAREFUL flag in addition to the AV_EF_CRCCHECK flag to
allow a user to enable this reliable CRC check without having to
enable all CRC checks in all formats.

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