OSDN Git Service

au: reuse the result of the previous call to av_get_bits_per_sample()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 18 Jul 2011 12:02:07 +0000 (14:02 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 21 Jul 2011 11:04:48 +0000 (13:04 +0200)
commitdaa62372293a265d8885be94ffd3f243ed1adb91
treeb230404d08c99567d0d35ce643df19c22a3a5584
parent633aa01f728b3f67b420e9e34ef21a995578d613
au: reuse the result of the previous call to av_get_bits_per_sample()

Avoid an unnecessary call to the function, slighlty more
robust/readable.
libavformat/au.c