~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to common/_videodev2.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 11:07:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108110734-ygvf6uljvgcjmca7
Tags: 0.9.6-1ubuntu1
* Resynchronise with Debian (Closes: #4022):
  - Fix desktop file to not use absolute path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Generated file, do not edit! */
2
2
 
3
3
#include <stdio.h>
4
 
#include "device.h"
 
4
#include "common/device.h"
5
5
 
6
6
#ifndef __GNUC__
7
7
#undef __attribute__
175
175
{
176
176
fprintf (fp, "frames=%ld "
177
177
"framesdropped=%ld "
178
 
"bytesin=? "
179
 
"bytesout=? "
 
178
"bytesin=%lu "
 
179
"bytesout=%lu "
180
180
"reserved[] ",
181
181
(long) t->frames, 
182
 
(long) t->framesdropped);
 
182
(long) t->framesdropped, 
 
183
(unsigned long) t->bytesin, 
 
184
(unsigned long) t->bytesout);
183
185
}
184
186
 
185
187
static void
690
692
(unsigned long) t->length, 
691
693
(unsigned long) t->bytesused);
692
694
fprint_symbol_v4l2_buf_flag_ (fp, rw, t->flags);
693
 
fputs (" timestamp=? "
694
 
"timecode={", fp);
 
695
fprintf (fp, " timestamp=%ld "
 
696
"timecode={",
 
697
(long) t->timestamp);
695
698
fprint_struct_v4l2_timecode (fp, rw, &t->timecode);
696
699
fprintf (fp, "} sequence=%lu "
697
700
"reserved[] ",