comparison h263dec.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents d442918c4698
children 5c8b3a717929
comparison
equal deleted inserted replaced
395:80518daaab05 396:fce0a2520551
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */ 18 */
19 #include <stdlib.h> 19 #include "avcodec.h"
20 #include <stdio.h>
21 #include <string.h>
22 #include "dsputil.h" 20 #include "dsputil.h"
23 #include "avcodec.h"
24 #include "mpegvideo.h" 21 #include "mpegvideo.h"
25 22
26 //#define DEBUG 23 //#define DEBUG
27 //#define PRINT_FRAME_TIME 24 //#define PRINT_FRAME_TIME
28 #ifdef PRINT_FRAME_TIME 25 #ifdef PRINT_FRAME_TIME