Mercurial > libavcodec.hg
diff pcm.c @ 1108:bfc18110d4b6 libavcodec
typos & cosmetics
| author | michaelni |
|---|---|
| date | Thu, 06 Mar 2003 13:22:51 +0000 |
| parents | b32afefe7d33 |
| children | d7bb818768c5 |
line wrap: on
line diff
--- a/pcm.c Thu Mar 06 12:06:00 2003 +0000 +++ b/pcm.c Thu Mar 06 13:22:51 2003 +0000 @@ -16,6 +16,12 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +/** + * @file pcm.c + * PCM codecs + */ + #include "avcodec.h" /* from g711.c by SUN microsystems (unrestricted use) */
