1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00
Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-05-24 23:13:10 +00:00
parent 79e95835e0
commit c9639fab61
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
/*
* Generates a synthetic stereo sound
* NOTE: no floats are used to guaranty a bit exact output.
* NOTE: No floats are used to guarantee a bit exact output.
*
* Copyright (c) 2002 Fabrice Bellard
*

View File

@@ -1,6 +1,6 @@
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* NOTE: no floats are used to guaranty a bit exact output.
* NOTE: No floats are used to guarantee a bit exact output.
*
* Copyright (c) 2002 Fabrice Bellard
*