[FFmpeg-devel] [PATCH 1/2] error.h: add AVERROR_TIMEOUT

Stefano Sabatini stefasab at gmail.com
Tue Sep 4 17:45:01 CEST 2012


On date Tuesday 2012-09-04 17:29:50 +0200, Michael Niedermayer encoded:
> 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

Missing entry in error.c:error_entries?
-- 
FFmpeg = Funny & Fundamentalist Minimal Pitiful Extroverse Governor


More information about the ffmpeg-devel mailing list