[FFmpeg-cvslog] ac3enc: clenaup project name in one comment

Michael Niedermayer git at videolan.org
Tue Nov 29 16:10:37 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov 29 15:51:36 2011 +0100| [6ffdc262b0d821e0dda6c83b1593256c06424625] | committer: Michael Niedermayer

ac3enc: clenaup project name in one comment

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ffdc262b0d821e0dda6c83b1593256c06424625
---

 libavcodec/ac3enc_template.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c
index 4198207..6047255 100644
--- a/libavcodec/ac3enc_template.c
+++ b/libavcodec/ac3enc_template.c
@@ -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)



More information about the ffmpeg-cvslog mailing list