1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Cleanup: Removed unused member

This commit is contained in:
Philipp Schafft 2018-06-19 10:47:49 +00:00
parent 513b62aeea
commit d745d02f4b

View File

@ -36,7 +36,6 @@ typedef struct _kate_codec_tag
{ {
int headers_done; int headers_done;
size_t num_headers; size_t num_headers;
int granule_shift;
ogg_int64_t last_iframe; ogg_int64_t last_iframe;
ogg_int64_t prev_granulepos; ogg_int64_t prev_granulepos;
} kate_codec_t; } kate_codec_t;