comparison roqaudioenc.c @ 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents 1a3908177e87
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11416:9f2381fb271b 11417:421c9441c11e
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #include "libavutil/intmath.h"
24 #include "avcodec.h" 25 #include "avcodec.h"
25 #include "bytestream.h" 26 #include "bytestream.h"
26 27
27 #define ROQ_FIRST_FRAME_SIZE (735*8) 28 #define ROQ_FIRST_FRAME_SIZE (735*8)
28 #define ROQ_FRAME_SIZE 735 29 #define ROQ_FRAME_SIZE 735