opencv/modules/videoio
Simon Que 705464258e Merge pull request #11353 from eecsninja:3.4
* Fix CV_Asserts with negation of strings

{!"string"} causes some compilers to throw a warning.

The value of the string is not that important -- it's only for printing
the assertion message.

Replace these calls with:

  CV_Error(Error::StsError, "string")

to suppress the warning.

* remove unnecessary 'break' after CV_Error()
2018-04-20 15:31:47 +03:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 videoio: add missing CAP_PROP_SAR_NUM/DEN propepties into .hpp file 2018-02-21 19:14:04 +03:00
misc java(test): fix test names 2018-01-12 19:14:00 +00:00
perf read in gray scale mode when writing a gray scale video 2018-02-19 18:33:05 +09:00
src Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
test Added tests for gstreamer pipeline 2018-04-10 02:33:26 +03:00
CMakeLists.txt Added avi-container with tests 2018-02-15 17:34:49 +03:00