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

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

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

revision 1896, Sat Oct 16 12:20:30 2010 UTC revision 1897, Sun Oct 17 17:46:43 2010 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: xvid.c,v 1.83 2010-03-09 10:00:14 Isibaar Exp $   * $Id: xvid.c,v 1.84 2010-10-17 17:46:43 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 767  Line 767 
767                                                  convert->output.csp, convert->interlacing);                                                  convert->output.csp, convert->interlacing);
768                          break;                          break;
769    
770                    case XVID_CSP_INTERNAL :
771                            img.y = (uint8_t*)convert->input.plane[0];
772                            img.u = (uint8_t*)convert->input.plane[1];
773                            img.v = (uint8_t*)convert->input.plane[2];
774                            image_output(&img, width, height, convert->input.stride[0],
775                                                    (uint8_t**)convert->output.plane, convert->output.stride,
776                                                    convert->output.csp, convert->interlacing);
777                            break;
778    
779                  default :                  default :
780                          return XVID_ERR_FORMAT;                          return XVID_ERR_FORMAT;
781          }          }

Legend:
Removed from v.1896  
changed lines
  Added in v.1897

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