GNOME Bugzilla – Bug 795867
bitwriter: Fix build error
Last modified: 2018-05-07 06:48:44 UTC
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); ^
Created attachment 371764 [details] [review] bitwriter: Fix build error
Attachment 371764 [details] pushed as 69ddcc1 - bitwriter: Fix build error