Changeset 443 in flair-src for trunk/tools/FlairGCS/src/Picture.cpp


Ignore:
Timestamp:
09/09/21 17:06:34 (3 years ago)
Author:
Sanahuja Guillaume
Message:

update buffering (gcs part)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/Picture.cpp

    r437 r443  
    4545Picture::~Picture() { delete layout; }
    4646
    47 void Picture::BufEvent(char **buf, int *buf_size, uint16_t period,
     47void Picture::BufEvent(char **buf, int *buf_size, uint16_t period,uint16_t nb_buffering,
    4848                       bool big_endian) {
    4949  if (big_endian)
Note: See TracChangeset for help on using the changeset viewer.