ac3enc: clenaup project name in one comment

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-29 15:51:36 +01:00
parent fc09bf57a6
commit 6ffdc262b0

View File

@ -69,7 +69,7 @@ alloc_fail:
/*
* Deinterleave input samples.
* Channels are reordered from Libav's default order to AC-3 order.
* Channels are reordered from FFmpeg's default order to AC-3 order.
*/
static void deinterleave_input_samples(AC3EncodeContext *s,
const SampleType *samples)