--- branches/dev-api-4/xvidcore/src/encoder.h 2003/11/03 19:58:16 1199 +++ branches/dev-api-4/xvidcore/src/encoder.h 2003/11/05 16:15:47 1200 @@ -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.27.2.15 2003-10-01 23:23:00 edgomez Exp $ + * $Id: encoder.h,v 1.27.2.16 2003-11-05 16:15:47 edgomez Exp $ * ****************************************************************************/ @@ -152,6 +152,7 @@ int length; /* the encoded size of this frame */ Statistics sStat; + int is_edged, is_interpolated; } FRAMEINFO;