summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-29 04:03:54 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-29 04:04:06 +0200
commit78f50e7eb69437fd108c82f963e7add5e9faa36e (patch)
treee002d6f54bae69854cd4eb6c879317c1639a3f51 /libavcodec/h263.h
parent966a57b6e918d87e94d8457dfed457e087ceddf4 (diff)
parent59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d (diff)
downloadffmpeg-78f50e7eb69437fd108c82f963e7add5e9faa36e.tar.gz
Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d'
* commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d': h263: Drop commented-out code and a related otherwise unused function Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 29798ba655..0d645530ee 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -210,11 +210,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 */