comparison adpcm.c @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents 54bc8a2727b0
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "bitstream.h" 22 #include "bitstream.h"
23 #include "put_bits.h"
23 #include "bytestream.h" 24 #include "bytestream.h"
24 25
25 /** 26 /**
26 * @file libavcodec/adpcm.c 27 * @file libavcodec/adpcm.c
27 * ADPCM codecs. 28 * ADPCM codecs.