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

Diff of /branches/dev-api-4/xvidcore/examples/xvid_decraw.c

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

revision 1203, Tue Nov 11 16:25:39 2003 UTC revision 1204, Thu Nov 13 22:35:30 2003 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_decraw.c,v 1.7.2.5 2003-08-09 17:19:15 edgomez Exp $   * $Id: xvid_decraw.c,v 1.7.2.6 2003-11-13 22:35:30 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 292  Line 292 
292                                                  filename);                                                  filename);
293                          }                          }
294                          else {                          else {
295                                  fwrite(mp4_buffer, 1, used_bytes, filehandle);                                  fwrite(mp4_ptr-used_bytes, 1, used_bytes, filehandle);
296                                  fclose(filehandle);                                  fclose(filehandle);
297                          }                          }
298                  }                  }

Legend:
Removed from v.1203  
changed lines
  Added in v.1204

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