VIDEO_CLOCKS_ON
if (!test_bit(VIDEO_CLOCKS_ON, &video->flags))
clear_bit(VIDEO_CLOCKS_ON, &video->flags);
if (test_bit(VIDEO_CLOCKS_ON, &video->flags))
set_bit(VIDEO_CLOCKS_ON, &video->flags);