renamed gpucodec namespace -> cudacodec

This commit is contained in:
Vladislav Vinogradov
2013-07-23 12:33:11 +04:00
parent 8282f6ebc1
commit 5a85f1b6da
22 changed files with 87 additions and 87 deletions

View File

@@ -30,7 +30,7 @@ int main(int argc, const char* argv[])
cv::VideoCapture reader(fname);
cv::cuda::GpuMat d_frame;
cv::Ptr<cv::gpucodec::VideoReader> d_reader = cv::gpucodec::createVideoReader(fname);
cv::Ptr<cv::cudacodec::VideoReader> d_reader = cv::cudacodec::createVideoReader(fname);
cv::TickMeter tm;
std::vector<double> cpu_times;