diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-06-26 15:00:26 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-06-26 15:00:26 +0000 |
commit | 92e09c5dd0b61416e13db7b7f30d09f42e53ad90 (patch) | |
tree | 327c6982f1d300682b3a0cb283bb20065fa7c486 /libavcodec | |
parent | ed0219a69f9132535c41f84bdd0c421b6ea08304 (diff) | |
download | ffmpeg-92e09c5dd0b61416e13db7b7f30d09f42e53ad90.tar.gz |
unused
Originally committed as revision 3260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index 02a491a58a..ff7e016984 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -293,10 +293,6 @@ static inline uint32_t NEG_USR32(uint32_t a, int8_t s){ /* bit output */ -struct PutBitContext; - -typedef void (*WriteDataFunc)(void *, uint8_t *, int); - /* buf and buf_end must be present and used by every alternative writer. */ typedef struct PutBitContext { #ifdef ALT_BITSTREAM_WRITER |