Hello everyone:
I used 2 threads to work, one is for video encode, its task is to convert CIF->MPEG4, another thread is to encode jpeg.
When I run these 2 threads, the program executes the function(imagenc1_process), it can't jump out , the program will be waiting for the function to finish. the video and jpeg can't work at the same time...
please help me~!!