diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-03 11:26:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-03 11:26:14 +0000 |
commit | 987c3aa810e623248d7372b2d1c22354f40b4dc6 (patch) | |
tree | 34eada5e8b4e657e21afc57df8d97a17d72f78a7 /libavcodec/bfin/dsputil_bfin.c | |
parent | 8c2e2040aaed7326a583b44d813231e4432ad39c (diff) | |
download | ffmpeg-987c3aa810e623248d7372b2d1c22354f40b4dc6.tar.gz |
Remove #if 0 code.
Originally committed as revision 8605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bfin/dsputil_bfin.c')
-rw-r--r-- | libavcodec/bfin/dsputil_bfin.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libavcodec/bfin/dsputil_bfin.c b/libavcodec/bfin/dsputil_bfin.c index b4d549fb72..2aebc2016e 100644 --- a/libavcodec/bfin/dsputil_bfin.c +++ b/libavcodec/bfin/dsputil_bfin.c @@ -64,21 +64,6 @@ extern int ff_bfin_sse8 (void *v, uint8_t *pix1, uint8_t *pix2, int line_size, extern int ff_bfin_sse16 (void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h) L1CODE; -#if 0 -void pblk (uint8_t *p, int w, int h, int s) -{ - int i,j; - av_log (0,0,"0x%08x:\n", p); - for (i = 0;i<h;i++) { - for (j=0;j<w;j++) - av_log (0,0,"%3d ", p[j]); - p+=s; - av_log (0,0,"\n"); - } - av_log (0,0,"\n"); -} -#endif - static void bfin_idct_add (uint8_t *dest, int line_size, DCTELEM *block) { ff_bfin_idct (block); |