r1197 | walken | 2008-10-09 09:42:53 +0200 (Thu, 09 Oct 2008) | 11 lines
Changed paths:
M /trunk/doc/sample1.c
M /trunk/doc/sample3.c
M /trunk/doc/sample4.c
M /trunk/doc/sample5.c
M /trunk/doc/sample6.c
This change 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.
|