comparison motionpixels.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 141badec76fc
children 26ccdc910898
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
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 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "bitstream.h" 23 #include "get_bits.h"
24 #include "dsputil.h" 24 #include "dsputil.h"
25 25
26 #define MAX_HUFF_CODES 16 26 #define MAX_HUFF_CODES 16
27 27
28 typedef struct YuvPixel { 28 typedef struct YuvPixel {