diff options
author | Stefano Sabatini | 2009-04-12 08:35:26 +0000 |
---|---|---|
committer | Stefano Sabatini | 2009-04-12 08:35:26 +0000 |
commit | b275500706ac3a20ac59bdb6ee080dc32f3254cf (patch) | |
tree | be30dc8f35ba9c33d053b09fb70a09304d775512 /libavcodec/faxcompr.c | |
parent | 77daaf674815d201dcb9ebb435e3c48dc5e72253 (diff) |
Split bitstream.h, put the bitstream writer stuff in the new file
put_bits.h.
Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faxcompr.c')
-rw-r--r-- | libavcodec/faxcompr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index 087197e97c..8d5e857de7 100644 --- a/libavcodec/faxcompr.c +++ b/libavcodec/faxcompr.c @@ -26,6 +26,7 @@ */ #include "avcodec.h" #include "bitstream.h" +#include "put_bits.h" #include "faxcompr.h" #define CCITT_SYMS 104 |