comex 0ae9e398c8 Rejigger some FIFO buffer variables to be more rational.
videoBuffer -> s_video_buffer
size -> s_video_buffer_write_ptr
g_pVideoData -> g_video_buffer_read_ptr (impl moved to Fifo.cpp)

This eradicates the wonderful use of 'size' as a global name, and makes
it clear that s_video_buffer_write_ptr and g_video_buffer_read_ptr are
the two ends of the FIFO buffer s_video_buffer.

Oh, and remove a useless namespace {}.
2014-09-28 21:25:12 -04:00
..
2014-06-27 19:48:35 +02:00
2014-08-19 10:05:58 -04:00
2014-09-11 13:05:31 -04:00
2014-07-26 14:37:18 +02:00
2014-03-09 21:14:26 +01:00
2014-09-19 12:33:15 -05:00
2014-09-19 12:33:15 -05:00
2014-06-27 09:35:26 +02:00
2014-09-19 12:33:15 -05:00