/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to src/ufodecode.c

  • Committer: Matthias Vogelgesang
  • Date: 2012-07-05 09:12:38 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20120705091238-iqkhneqm6g7u1fzp
Add verbosity flag to output frequency and frame

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    decoder->width = width;
83
83
    decoder->height = height;
 
84
    decoder->old_time_stamp = 0;
84
85
    ufo_decoder_set_raw_data(decoder, raw, num_bytes);
85
86
    return decoder;
86
87
}
513
514
        uint32_t *num_rows, uint32_t *frame_number, uint32_t *time_stamp, 
514
515
        uint16_t *cmask)
515
516
{
516
 
 
517
517
    int err = 0;
518
518
    size_t pos = 0;
519
519
    size_t advance = 0;