From b3e83c965d5c3d0f42ed7dc64c70bc59a462b76a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 15:15:19 +0000 Subject: move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't need to #include "h261data.h" Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261data.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h261data.h') diff --git a/libavcodec/h261data.h b/libavcodec/h261data.h index 2a93b73e33..9be1eeb5b2 100644 --- a/libavcodec/h261data.h +++ b/libavcodec/h261data.h @@ -23,7 +23,6 @@ * @file h261data.h * H.261 tables. */ -#define MB_TYPE_H261_FIL 0x800000 // H.261 VLC table for macroblock addressing static const uint8_t h261_mba_code[35] = { -- cgit v1.2.3