~ubuntu-branches/debian/stretch/spice/stretch

« back to all changes in this revision

Viewing changes to client/mjpeg_decoder.h

  • Committer: Package Import Robot
  • Author(s): Liang Guo, Liang Guo, Michael Tokarev
  • Date: 2011-11-29 14:37:08 UTC
  • mfrom: (0.6.1) (0.4.2) (2.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20111129143708-jptkxyjl3a4rds2r
Tags: 0.10.0-1
[ Liang Guo ]
* New upstream release (Closes: #651262)
* Refresh debian/copyright
* Remove fix-typo-in-cmd_line_parser-cpp.patch, applied upstream
* Remove fix-typo-in-record-cpp.patch, applied upstream
* Remove use-requires-private-for-libspice-pkgconfig.patch, applied upstream
* Change Build-Depends on libspice-protocol-dev to (>= 0.9.1~)
* Refresh libspice-server1.symbols
* Update debian/rules clean target
* Ignore common/win/my_getopt-1.5/Makefile change when building package
* debian/control: set DMUA

[ Michael Tokarev ]
* use `rm -f' instead of `-rm' in debian/rules clean targets
* remove python_modules/*.pyc in clean target

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    size_t _data_end;
60
60
    size_t _extra_skip;
61
61
 
62
 
    int _width;
63
 
    int _height;
 
62
    unsigned _width;
 
63
    unsigned _height;
64
64
    int _stride;
65
65
    uint8_t *_frame;
66
66
    bool _back_compat;
67
67
 
68
 
    int _y;
 
68
    unsigned _y;
69
69
    uint8_t *_scanline;
70
70
 
71
71
    int _state;