[svn] / trunk / xvidcore / src / image / image.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/image.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1665, Sat Dec 17 12:04:52 2005 UTC revision 1733, Fri Oct 13 07:38:09 2006 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: image.h,v 1.16 2005-12-17 12:04:52 syskin Exp $   * $Id: image.h,v 1.17 2006-10-13 07:38:09 Skal Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 141  Line 141 
141                                  int block, int flags);                                  int block, int flags);
142    
143    
144            /* helper function: deinterlace image.
145             Only for YUV 4:2:0 planar format. Use bottom_first!=0 if main
146             field is the bottom one.
147             returns 1 if everything went ok, 0 otherwise. */
148    extern int xvid_image_deinterlace(xvid_image_t* img, int width, int height, int bottom_first);
149    
150  #endif                                                  /* _IMAGE_H_ */  #endif                                                  /* _IMAGE_H_ */

Legend:
Removed from v.1665  
changed lines
  Added in v.1733

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4