bitwriter: Fix build error
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 7 May 2018 01:47:00 +0000 (10:47 +0900)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 7 May 2018 06:35:47 +0000 (08:35 +0200)
commit69ddcc175f85f92f3cb870c45d27b446c767efd0
treec08f1e33f5b123d2f1ff92d626631f9b43bf4e7d
parent273d0a05e8fbf24347ad29f25b24173343e28ab1
bitwriter: Fix build error

Fix implicit-function-declaration warning for meemst and memcpy

gstbitwriter.h:166:3: error: implicit declaration of function ‘memset’
   memset (bitwriter->data + clear_pos, 0, (new_bit_size >> 3) - clear_pos);
   ^

https://bugzilla.gnome.org/show_bug.cgi?id=795867
libs/gst/base/gstbitwriter.h