[FFmpeg-soc] [soc] General description and porting guide

Diego Biurrun diego at biurrun.de
Tue Aug 26 08:17:35 CEST 2008


On Mon, Aug 25, 2008 at 01:40:23AM -0400, Alexander Strange wrote:
> --- /dev/null
> +++ b/doc/multithreading.txt
> @@ -0,0 +1,63 @@
> +
> +Frame threading decodes more than one frame at once by adding more decoder delay.
> +Given X threads, it will queue the first X submitted frames, then return the last Xth
> +frame; meanwhile, it decodes the upcoming frames on seperate threads.

sepArate, same below

> +5. Call ff_report_frame_setup_done() as soon as possible. This will start the next thread.
> \ No newline at end of file

Add the newline.  Otherwise, a Subversion commit hook will not let you
commit anyway.

Also, please keep lines below 80 characters.

Diego



More information about the FFmpeg-soc mailing list