[FFmpeg-devel] [PATCH 1/2] error.h: add AVERROR_TIMEOUT
Michael Niedermayer
michaelni at gmx.at
Tue Sep 4 18:19:34 CEST 2012
On Tue, Sep 04, 2012 at 05:45:01PM +0200, Stefano Sabatini wrote:
> 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?
fixed
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120904/72107aab/attachment.asc>
More information about the ffmpeg-devel
mailing list