[svn] / trunk / xvidextra / src / apps / miniconvert / recompress.cpp Repository:
ViewVC logotype

Diff of /trunk/xvidextra/src/apps/miniconvert/recompress.cpp

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

revision 2014, Tue May 31 08:55:11 2011 UTC revision 2016, Wed Jun 1 10:50:20 2011 UTC
# Line 1074  Line 1074 
1074        TCHAR sztmpPath[2*MAX_PATH];        TCHAR sztmpPath[2*MAX_PATH];
1075            wcsncpy(sztmpPath, SrcFile, (ext-SrcFile));            wcsncpy(sztmpPath, SrcFile, (ext-SrcFile));
1076            sztmpPath[ext-SrcFile] = TEXT('\0');            sztmpPath[ext-SrcFile] = TEXT('\0');
1077        swprintf(sztmpPath, 2*MAX_PATH, TEXT("%s_Xvid%s"), sztmpPath, ext);        swprintf(sztmpPath, 2*MAX_PATH, TEXT("%s_Xvid.avi"), sztmpPath);
1078    
1079        PathCombine(szDstPath, DstFile, sztmpPath); // Dst        PathCombine(szDstPath, DstFile, sztmpPath); // Dst
1080          }          }
# Line 1085  Line 1085 
1085        TCHAR sztmpPath[2*MAX_PATH];        TCHAR sztmpPath[2*MAX_PATH];
1086            wcsncpy(sztmpPath, NextFileName, (ext-NextFileName));            wcsncpy(sztmpPath, NextFileName, (ext-NextFileName));
1087            sztmpPath[ext-NextFileName] = TEXT('\0');            sztmpPath[ext-NextFileName] = TEXT('\0');
1088        swprintf(sztmpPath, 2*MAX_PATH, TEXT("%s_Xvid%s"), sztmpPath, ext);        swprintf(sztmpPath, 2*MAX_PATH, TEXT("%s_Xvid.avi"), sztmpPath);
1089    
1090            PathCombine(szDstPath, DstFile, sztmpPath); // Dst            PathCombine(szDstPath, DstFile, sztmpPath); // Dst
1091    

Legend:
Removed from v.2014  
changed lines
  Added in v.2016

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