Make sure that the 2nd CRC value does not match the AC-3 sync word.
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 23 Dec 2010 18:01:26 +0000 (18:01 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 23 Dec 2010 18:01:26 +0000 (18:01 +0000)
commite96dc767e41afcef429149ec87c078b2f8b8a289
tree40db0c0e72e286534fb10c5c1c4e7d12377a87ba
parenta897423baa09dd651d7c339fdf386c954577d6d6
Make sure that the 2nd CRC value does not match the AC-3 sync word.
This is optional for encoders, but it's a good idea and has minimal impact
on performance.
This will change the output for some files, but it happens not to affect the
regression tests.

Originally committed as revision 26083 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c