Skip to content
  • Michel Lespinasse's avatar
    This change modifies the code samples as follows: · 72fbc23e
    Michel Lespinasse authored
    * 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.
    
    72fbc23e