summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r--libavcodec/h263.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h
index c5e30205bf..1e49100485 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -211,11 +211,4 @@ static inline int get_p_cbp(MpegEncContext * s,
return cbp;
}
-static inline void memsetw(short *tab, int val, int n)
-{
- int i;
- for(i=0;i<n;i++)
- tab[i] = val;
-}
-
#endif /* AVCODEC_H263_H */