胡斌

add version

@@ -274,6 +274,7 @@ void load_codec_param() @@ -274,6 +274,7 @@ void load_codec_param()
274 int main(int argc, char * argv[]) 274 int main(int argc, char * argv[])
275 { 275 {
276 if (argc < 2) { 276 if (argc < 2) {
  277 + printf(" merge_av 1.0.0\n");
277 printf(" run ffmpeg to merge audio and video files according to the record info file,\nusage:"); 278 printf(" run ffmpeg to merge audio and video files according to the record info file,\nusage:");
278 printf("\n %s record_info_filename [-p]", argv[0]); 279 printf("\n %s record_info_filename [-p]", argv[0]);
279 printf("\n -p :only print the command,don't run ffmpeg\n"); 280 printf("\n -p :only print the command,don't run ffmpeg\n");
@@ -81,6 +81,7 @@ @@ -81,6 +81,7 @@
81 <ItemGroup> 81 <ItemGroup>
82 <ClCompile Include="merge_av.cpp"> 82 <ClCompile Include="merge_av.cpp">
83 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> 83 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  84 + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
84 </ClCompile> 85 </ClCompile>
85 </ItemGroup> 86 </ItemGroup>
86 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 87 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />