X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=source%2Fsrc%2Fqt%2Favio%2Fmovie_saver.cpp;fp=source%2Fsrc%2Fqt%2Favio%2Fmovie_saver.cpp;h=1e3a6f35025ad05599203c46defd9467e4249670;hb=2a3087a2eebcb856ab1ee5fa6b9b0c33041dea09;hp=f1c35fc263ad05537798888ffb9a75a854ca6712;hpb=c3dc108612fa94495cf2076c8b8abe410d4fb08c;p=csp-qt%2Fcommon_source_project-fm7.git diff --git a/source/src/qt/avio/movie_saver.cpp b/source/src/qt/avio/movie_saver.cpp index f1c35fc26..1e3a6f350 100644 --- a/source/src/qt/avio/movie_saver.cpp +++ b/source/src/qt/avio/movie_saver.cpp @@ -249,7 +249,6 @@ void MOVIE_SAVER::run() audio_count = 0; req_close = false; req_stop = false; - //printf("*\n"); left_frames = 0; if(!do_open_main()) { recording = false; @@ -311,7 +310,6 @@ void MOVIE_SAVER::run() } _next_turn: //if(req_stop && a_f && v_f) req_close = true; - //printf("%d\n", req_close); if(!bRunThread) break; if(need_video_transcode || need_audio_transcode) { need_video_transcode = need_audio_transcode = false; @@ -366,13 +364,11 @@ void MOVIE_SAVER::do_set_record_fps(int fps) void MOVIE_SAVER::do_set_width(int width) { - //printf("width = %d -> %d\n", _width, width); _width = width; } void MOVIE_SAVER::do_set_height(int height) { - //printf("height = %d -> %d\n", _height, height); _height = height; }