diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-11-04 17:40:43 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-11-04 17:40:43 -0800 |
commit | 8785f235c2eb830930190a85116ef76c921f44d1 (patch) | |
tree | e14c34c1ef350bf33a875e3dcbb93dbd0865b252 /xrdpvr/xrdpvr_internal.h | |
parent | f51f9ce679656f576c74fd9d4e62cf67c9f16c1d (diff) | |
download | xrdp-proprietary-8785f235c2eb830930190a85116ef76c921f44d1.tar.gz xrdp-proprietary-8785f235c2eb830930190a85116ef76c921f44d1.zip |
xrdpvr: work on removing meta data file
Diffstat (limited to 'xrdpvr/xrdpvr_internal.h')
-rw-r--r-- | xrdpvr/xrdpvr_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdpvr/xrdpvr_internal.h b/xrdpvr/xrdpvr_internal.h index ca01941c..17e2acfa 100644 --- a/xrdpvr/xrdpvr_internal.h +++ b/xrdpvr/xrdpvr_internal.h @@ -217,6 +217,8 @@ typedef struct _player_state_info AVFrame *frame; AVPacket avpkt; + AVBitStreamFilterContext *bsfc; + } PLAYER_STATE_INFO; static int xrdpvr_write_to_client(void *channel, STREAM *s); |