comparison error.h @ 957:e34e8d654ded libavutil

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 2860cc0b5562
children 399b530e8fb2
comparison
equal deleted inserted replaced
956:2894d4c208dc 957:e34e8d654ded
56 #define AVERROR_INVALIDDATA (-MKTAG('I','N','D','A')) ///< Invalid data found when processing input 56 #define AVERROR_INVALIDDATA (-MKTAG('I','N','D','A')) ///< Invalid data found when processing input
57 #define AVERROR_NUMEXPECTED (-MKTAG('N','U','E','X')) ///< Number syntax expected in filename 57 #define AVERROR_NUMEXPECTED (-MKTAG('N','U','E','X')) ///< Number syntax expected in filename
58 #endif 58 #endif
59 59
60 /** 60 /**
61 * Puts a description of the AVERROR code errnum in errbuf. 61 * Put a description of the AVERROR code errnum in errbuf.
62 * In case of failure the global variable errno is set to indicate the 62 * In case of failure the global variable errno is set to indicate the
63 * error. Even in case of failure av_strerror() will print a generic 63 * error. Even in case of failure av_strerror() will print a generic
64 * error message indicating the errnum provided to errbuf. 64 * error message indicating the errnum provided to errbuf.
65 * 65 *
66 * @param errbuf_size the size in bytes of errbuf 66 * @param errbuf_size the size in bytes of errbuf