comparison pthread.c @ 5215:2b72f9bc4f06 libavcodec

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:40:25 +0000
parents f99e40a7155b
children 238b95c5ffe2
comparison
equal deleted inserted replaced
5214:470601203f44 5215:2b72f9bc4f06
18 * Lesser General Public License for more details. 18 * Lesser General Public License for more details.
19 * 19 *
20 * You should have received a copy of the GNU Lesser General Public 20 * You should have received a copy of the GNU Lesser General Public
21 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 *
24 */ 23 */
25 #include <pthread.h> 24 #include <pthread.h>
26 25
27 #include "avcodec.h" 26 #include "avcodec.h"
28 27