comparison avcodec.h @ 3356:90344fa4a1d4 libavcodec

cleanup patch from Diego Petten <flameeyes@gentoo.org>
author lu_zero
date Sun, 25 Jun 2006 17:37:12 +0000
parents 411b96231d5d
children 87187ebe2c28
comparison
equal deleted inserted replaced
3355:411b96231d5d 3356:90344fa4a1d4
2528 /* call av_free_static to release all staticaly allocated tables */ 2528 /* call av_free_static to release all staticaly allocated tables */
2529 void av_free_static(void); 2529 void av_free_static(void);
2530 void *av_mallocz_static(unsigned int size); 2530 void *av_mallocz_static(unsigned int size);
2531 void *av_realloc_static(void *ptr, unsigned int size); 2531 void *av_realloc_static(void *ptr, unsigned int size);
2532 2532
2533 /* add by bero : in adx.c */
2534 int is_adx(const unsigned char *buf,size_t bufsize);
2535
2536 void img_copy(AVPicture *dst, const AVPicture *src, 2533 void img_copy(AVPicture *dst, const AVPicture *src,
2537 int pix_fmt, int width, int height); 2534 int pix_fmt, int width, int height);
2538 2535
2539 int img_crop(AVPicture *dst, const AVPicture *src, 2536 int img_crop(AVPicture *dst, const AVPicture *src,
2540 int pix_fmt, int top_band, int left_band); 2537 int pix_fmt, int top_band, int left_band);