[svn] / branches / dev-api-4 / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/decoder.c

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

revision 1362, Mon Feb 16 03:29:02 2004 UTC revision 1363, Mon Feb 16 03:40:47 2004 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: decoder.c,v 1.49.2.32 2004-02-15 13:26:04 syskin Exp $   * $Id: decoder.c,v 1.49.2.33 2004-02-16 03:40:47 syskin Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 779  Line 779 
779    
780          start_timer();          start_timer();
781          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,
782                                          dec->width, dec->height);                                          dec->width, dec->height, dec->bs_version);
783          stop_edges_timer();          stop_edges_timer();
784    
785          if (gmc_warp) {          if (gmc_warp) {
# Line 1180  Line 1180 
1180    
1181          start_timer();          start_timer();
1182          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,
1183                                          dec->width, dec->height);                                          dec->width, dec->height, dec->bs_version);
1184          image_setedges(&dec->refn[1], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[1], dec->edged_width, dec->edged_height,
1185                                          dec->width, dec->height);                                          dec->width, dec->height, dec->bs_version);
1186          stop_edges_timer();          stop_edges_timer();
1187    
1188          for (y = 0; y < dec->mb_height; y++) {          for (y = 0; y < dec->mb_height; y++) {

Legend:
Removed from v.1362  
changed lines
  Added in v.1363

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