OSDN Git Service

Split bitstream.h, put the bitstream writer stuff in the new file
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 12 Apr 2009 08:35:26 +0000 (08:35 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 12 Apr 2009 08:35:26 +0000 (08:35 +0000)
commitb275500706ac3a20ac59bdb6ee080dc32f3254cf
treebe30dc8f35ba9c33d053b09fb70a09304d775512
parent77daaf674815d201dcb9ebb435e3c48dc5e72253
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
30 files changed:
libavcodec/ac3enc.c
libavcodec/adpcm.c
libavcodec/alacenc.c
libavcodec/asv1.c
libavcodec/bitstream.c
libavcodec/bitstream.h
libavcodec/cabac.h
libavcodec/dca.c
libavcodec/dv.c
libavcodec/faxcompr.c
libavcodec/ffv1.c
libavcodec/flashsvenc.c
libavcodec/g726.c
libavcodec/gif.c
libavcodec/golomb.h
libavcodec/huffyuv.c
libavcodec/lclenc.c
libavcodec/lzwenc.c
libavcodec/mjpeg.h
libavcodec/mpegaudioenc.c
libavcodec/mpegvideo.h
libavcodec/nellymoserenc.c
libavcodec/put_bits.h [new file with mode: 0644]
libavcodec/vorbis_enc.c
libavcodec/wma.h
libavformat/adtsenc.c
libavformat/gif.c
libavformat/movenc.c
libavformat/mpegenc.c
libavformat/swfenc.c