[FFmpeg-devel] [PATCH 1/2] error.h: add AVERROR_TIMEOUT
Michael Niedermayer
michaelni at gmx.at
Tue Sep 4 17:29:50 CEST 2012
From: Nicolas George <nicolas.george at normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavutil/error.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/error.h b/libavutil/error.h
index 1768167..cb3aa58 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -62,6 +62,7 @@
#define AVERROR_PATCHWELCOME FFERRTAG( 'P','A','W','E') ///< Not yet implemented in FFmpeg, patches welcome
#define AVERROR_PROTOCOL_NOT_FOUND FFERRTAG(0xF8,'P','R','O') ///< Protocol not found
#define AVERROR_STREAM_NOT_FOUND FFERRTAG(0xF8,'S','T','R') ///< Stream not found
+#define AVERROR_TIMEOUT FFERRTAG( 'T','M','O','U') ///< Timeout
/**
* This is semantically identical to AVERROR_BUG
--
1.7.9.5
More information about the ffmpeg-devel
mailing list