This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
bfin: dsputil: Remove unused global variable
tags/n2.3
Diego Biurrun
12 years ago
parent
db3f61a04f
commit
671c878559
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/bfin/dsputil_bfin.c
+ 0
- 2
libavcodec/bfin/dsputil_bfin.c
View File
@@ -26,8 +26,6 @@
#include "libavcodec/dsputil.h"
#include "dsputil_bfin.h"
int off;
static void bfin_idct_add (uint8_t *dest, int line_size, int16_t *block)
{
ff_bfin_idct (block);
Write
Preview
Loading…
Cancel
Save