mirror of https://git.ffmpeg.org/ffmpeg.git
unused
Originally committed as revision 3260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ed0219a69f
commit
92e09c5dd0
|
@ -293,10 +293,6 @@ static inline uint32_t NEG_USR32(uint32_t a, int8_t s){
|
||||||
|
|
||||||
/* bit output */
|
/* bit output */
|
||||||
|
|
||||||
struct PutBitContext;
|
|
||||||
|
|
||||||
typedef void (*WriteDataFunc)(void *, uint8_t *, int);
|
|
||||||
|
|
||||||
/* buf and buf_end must be present and used by every alternative writer. */
|
/* buf and buf_end must be present and used by every alternative writer. */
|
||||||
typedef struct PutBitContext {
|
typedef struct PutBitContext {
|
||||||
#ifdef ALT_BITSTREAM_WRITER
|
#ifdef ALT_BITSTREAM_WRITER
|
||||||
|
|
Loading…
Reference in New Issue