~ubuntu-branches/ubuntu/trusty/idjc/trusty

« back to all changes in this revision

Viewing changes to c/speextag.c

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 16:33:59 UTC
  • mfrom: (0.2.6)
  • Revision ID: package-import@ubuntu.com-20111203163359-dq5fy9i756jpoy29
Tags: 0.8.6-1
* New upstream release.
* debian/control:
  - Wrap and sort.
  - Build-depend on autopoint.
  - Drop autotools-dev, unnecessary.
* Drop the whole patch set, none of them is still needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
   int   id3size;
318
318
   char *copybuf;
319
319
   int   first = TRUE;
320
 
   int   bytes;
 
320
   size_t bytes;
321
321
   enum  packet_t packet_type = INITIAL_PACKET;
322
322
   ogg_sync_state    oy;
323
323
   ogg_page          ogr;