fix a reorder warning

This commit is contained in:
Isaac Connor
2015-02-05 01:19:45 +00:00
parent 92b3cdbadb
commit 4613fd46a4

View File

@@ -420,9 +420,9 @@ VideoStream::VideoStream( const char *in_filename, const char *in_format, int bi
last_pts( -1 ),
streaming_thread(0),
do_streaming(true),
buffer_copy_size(0),
buffer_copy(NULL),
buffer_copy_lock(new pthread_mutex_t),
buffer_copy_size(0),
buffer_copy_used(0),
packet_index(0)
{