comparison g726.c @ 8629:04423b2f6e0b libavcodec

cosmetics: Remove pointless period after copyright statement non-sentences.
author diego
date Mon, 19 Jan 2009 15:46:40 +0000
parents 7a463923ecd1
children 54bc8a2727b0
comparison
equal deleted inserted replaced
8628:e49a2e1f0020 8629:04423b2f6e0b
1 /* 1 /*
2 * G.726 ADPCM audio codec 2 * G.726 ADPCM audio codec
3 * Copyright (c) 2004 Roman Shaposhnik. 3 * Copyright (c) 2004 Roman Shaposhnik
4 * 4 *
5 * This is a very straightforward rendition of the G.726 5 * This is a very straightforward rendition of the G.726
6 * Section 4 "Computational Details". 6 * Section 4 "Computational Details".
7 * 7 *
8 * This file is part of FFmpeg. 8 * This file is part of FFmpeg.