Searched refs:AVERROR_EOF (Results 1 – 2 of 2) sorted by relevance
55 #define AVERROR_EOF FFERRTAG( 'E','O','F',' ') ///< End of file macro
157 #ifndef AVERROR_EOF158 #define AVERROR_EOF (-MKTAG( 'E','O','F',' ')) macro1035 case AVERROR_EOF: in icvFFMPEGErrStr()2379 if (ret == (int)AVERROR_EOF) in read()