comparison snow.c @ 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents b57409c0c286
children 0f0cd6b5791f
comparison
equal deleted inserted replaced
11416:9f2381fb271b 11417:421c9441c11e
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "libavutil/intmath.h"
21 #include "avcodec.h" 22 #include "avcodec.h"
22 #include "dsputil.h" 23 #include "dsputil.h"
23 #include "snow.h" 24 #include "snow.h"
24 25
25 #include "rangecoder.h" 26 #include "rangecoder.h"