From 14b7062829968e3e6f8974cbea1bbdbf6e83e095 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 3 Aug 2008 16:42:32 +0000 Subject: cosmetics: make all references to AC-3 capitalized and hyphenated Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rmenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/rmenc.c') diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c index 03f629e7be..0e61f02bd1 100644 --- a/libavformat/rmenc.c +++ b/libavformat/rmenc.c @@ -185,7 +185,7 @@ static void rv10_write_header(AVFormatContext *ctx, case 8000: fscode = 3; } - put_be16(s, fscode); /* codec additional info, for AC3, seems + put_be16(s, fscode); /* codec additional info, for AC-3, seems to be a frequency code */ /* special hack to compensate rounding errors... */ if (coded_frame_size == 557) @@ -325,7 +325,7 @@ static int rm_write_audio(AVFormatContext *s, const uint8_t *buf, int size, int write_packet_header(s, stream, size, !!(flags & PKT_FLAG_KEY)); - /* for AC3, the words seems to be reversed */ + /* for AC-3, the words seem to be reversed */ for(i=0;i