Browse Source

typo

Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
c9639fab61
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tests/audiogen.c
  2. +1
    -1
      tests/videogen.c

+ 1
- 1
tests/audiogen.c 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
*


+ 1
- 1
tests/videogen.c 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
*


Loading…
Cancel
Save