lavc: split slice and frame threading functions into separate files
authorAnton Khirnov <anton@khirnov.net>
Sun, 27 Oct 2013 11:22:52 +0000 (12:22 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 4 Nov 2013 07:51:26 +0000 (08:51 +0100)
commitcc14ee03a7b91c69343f8d60c9e089a1950eeadb
tree701d4ecf084db88e2eddf113e9c17af24f295f97
parent5cd6513f5be14b9744783d3d9e853d3f11065e93
lavc: split slice and frame threading functions into separate files
libavcodec/Makefile
libavcodec/pthread.c
libavcodec/pthread_frame.c [new file with mode: 0644]
libavcodec/pthread_internal.h [new file with mode: 0644]
libavcodec/pthread_slice.c [new file with mode: 0644]