[svn] / branches / release-1_3-branch / xvidcore / src / image / image.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/image/image.c

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

revision 1759, Fri Nov 10 18:58:39 2006 UTC revision 1761, Sat Nov 11 22:03:30 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.c,v 1.39 2006-11-10 18:58:39 chl Exp $   * $Id: image.c,v 1.41 2006-11-11 22:03:30 chl Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 478  Line 478 
478                          src[0], src_stride[0], image->y, image->u, image->v,                          src[0], src_stride[0], image->y, image->u, image->v,
479                          edged_width, edged_width2, width, height, (csp & XVID_CSP_VFLIP),                          edged_width, edged_width2, width, height, (csp & XVID_CSP_VFLIP),
480                          interlacing?rgbi_to_yv12  :rgb_to_yv12,                          interlacing?rgbi_to_yv12  :rgb_to_yv12,
481                          interlacing?rgbi_to_yv12_c:rgb_to_yv12_c, 4);                          interlacing?rgbi_to_yv12_c:rgb_to_yv12_c, 3);
482                  break;                  break;
483    
484          case XVID_CSP_RGBA :          case XVID_CSP_RGBA :
# Line 662  Line 662 
662                          dst[0], dst_stride[0], image->y, image->u, image->v,                          dst[0], dst_stride[0], image->y, image->u, image->v,
663                          edged_width, edged_width2, width, height, (csp & XVID_CSP_VFLIP),                          edged_width, edged_width2, width, height, (csp & XVID_CSP_VFLIP),
664                          interlacing?yv12_to_rgbi  :yv12_to_rgb,                          interlacing?yv12_to_rgbi  :yv12_to_rgb,
665                          interlacing?yv12_to_rgbi_c:yv12_to_rgb_c, 4);                          interlacing?yv12_to_rgbi_c:yv12_to_rgb_c, 3);
666                  return 0;                  return 0;
667    
668          case XVID_CSP_RGBA:          case XVID_CSP_RGBA:

Legend:
Removed from v.1759  
changed lines
  Added in v.1761

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