diff options
author | Christian Beier <dontmind@freeshell.org> | 2015-04-17 12:20:59 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2015-04-17 12:20:59 +0200 |
commit | 612de004c47586d74d5a93901a2d94ca1fc3f5e3 (patch) | |
tree | ce4e63baee638a73ff142435f602b4032f4c2384 /rfb/rfbproto.h | |
parent | 107109492e37f0b508f55b5b4e4bd8dcfae3d0cf (diff) | |
download | libtdevnc-612de004c47586d74d5a93901a2d94ca1fc3f5e3.tar.gz libtdevnc-612de004c47586d74d5a93901a2d94ca1fc3f5e3.zip |
Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
This reverts commit d891478ec985660c03f95cffda0e6a1ad4ba350c.
Conflicts:
configure.ac
libvncclient/h264.c
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r-- | rfb/rfbproto.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 4169fd6..d2b8235 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -875,21 +875,6 @@ typedef struct { #endif /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * h264 - h264 encoding. We have an rfbH264Header structure - * giving the number of bytes following. Finally the data follows is - * h264 encoded frame. - */ - -typedef struct { - uint32_t nBytes; - uint32_t slice_type; - uint32_t width; - uint32_t height; -} rfbH264Header; - -#define sz_rfbH264Header 16 - -/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * XCursor encoding. This is a special encoding used to transmit X-style * cursor shapes from server to clients. Note that for this encoding, * coordinates in rfbFramebufferUpdateRectHeader structure hold hotspot |