summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-22 18:35:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-22 18:35:09 +0000
commitbb3cabe5dfaf71b36b6485e76c6bc2a7bbf38bd1 (patch)
tree597c5823a2a64dfb6c16fb6f81780de524fe1d47 /liba52
parentec029a1034181e981b0ac834ae6a3a238a43bcc8 (diff)
downloadmpv-bb3cabe5dfaf71b36b6485e76c6bc2a7bbf38bd1.tar.bz2
mpv-bb3cabe5dfaf71b36b6485e76c6bc2a7bbf38bd1.tar.xz
cosmetics: grammar/spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25507 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/liba52/test.c b/liba52/test.c
index 89a34d5ec6..93906d978c 100644
--- a/liba52/test.c
+++ b/liba52/test.c
@@ -1,7 +1,6 @@
-
// liba52 sample by A'rpi/ESP-team
-// reads ac3 stream form stdin, decodes and downmix to s16 stereo pcm and
-// writes it to stdout. resulting stream playbackable with sox:
+// Reads an AC-3 stream from stdin, decodes and downmixes to s16 stereo PCM
+// and writes it to stdout. The resulting stream is playable with sox:
// play -c 2 -r 48000 out.sw
//#define TIMING //needs Pentium or newer