Commit 2401d0dc authored by NzSN's avatar NzSN

backup

parent 1e68d12b
......@@ -83,7 +83,6 @@ void audioStreamCtx_Release(AudioStreamingContext **s_ctx) {
// CoDec context Cleanup
avcodec_free_context(&ctx->cc);
avcodec_close(ctx->cc);
}
void audioStreamCtx_Release_free(AudioStreamingContext **s_ctx) {
......
all:
cp ../FFmpeg/lib*/*.a .
gcc -g -o remuxing fps-edit.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil
gcc -g -o mergeAV mergeAV.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil
gcc -g -o info info.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm
gcc -g -o AudioTrackMerge AudioTrackMerge.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lpostproc -lpthread -lm -lmp3lame -lz
gcc -g -o filter_audio filter_audio.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm
gcc -g -o filtering_audio filtering_audio.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lm
gcc -g -o AudioTrackMerge AudioTrackMerge.c -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil -lpostproc -lpthread -lm -lz
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment