From: Michel L. <wa...@zo...> - 2008-10-07 06:08:32
|
The attached diff modifies the code samples as follows: * Allocate aligned buffers using mpeg2_malloc(), to avoid reimplementing this in the samples (and demonstrate usage - mpeg2_malloc() is public just so people can do this) * In a few places, remove the local 'sequence' variable and replace with info->sequence - the main reason here being to limit differences between the various code samples. -- Michel "Walken" Lespinasse A program is never fully debugged until the last user dies. |