--- encoder.h 2006/07/10 08:09:59 1.32 +++ encoder.h 2010/09/13 07:38:09 1.33 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: encoder.h,v 1.32 2006/07/10 08:09:59 syskin Exp $ + * $Id: encoder.h,v 1.33 2010/09/13 07:38:09 Isibaar Exp $ * ****************************************************************************/ @@ -99,7 +99,6 @@ uint32_t last_quant_initialized_intra; /* needed for mpeg matrices initialization */ } MBParam; - typedef struct { int iTextBits; @@ -112,7 +111,6 @@ int iMVBits; } Statistics; - /* encoding queue */ typedef struct { @@ -122,7 +120,6 @@ IMAGE image; } QUEUEINFO; - typedef struct { int frame_num; @@ -155,7 +152,6 @@ int is_edged, is_interpolated; } FRAMEINFO; - #include "motion/motion_smp.h" typedef struct @@ -257,7 +253,6 @@ return 0; } - /***************************************************************************** * Prototypes ****************************************************************************/