1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +00:00

Remove wrong and misleading comments.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25509 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-22 18:49:28 +00:00
parent 1d6e081282
commit e0b884f232
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
// this code is based on a52dec/libao/audio_out_oss.c
// AltiVec support Copyright (c) 2004 Romain Dolbeau <romain@dolbeau.org>
#ifdef HAVE_ALTIVEC_H

View File

@ -1,5 +1,3 @@
// this code is based on a52dec/libao/audio_out_oss.c
static inline int16_t convert (int32_t i)
{
if (i > 0x43c07fff)