From 976b0959391cefb4cd72d66d392def843a3a9857 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 3 Dec 2011 11:21:30 +0100 Subject: lavu/error: define AVERROR_BUG. Signed-off-by: Nicolas George Signed-off-by: Michael Niedermayer --- libavutil/error.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/error.h') diff --git a/libavutil/error.h b/libavutil/error.h index fa18afcdf1..d3c1465756 100644 --- a/libavutil/error.h +++ b/libavutil/error.h @@ -45,6 +45,7 @@ #endif #define AVERROR_BSF_NOT_FOUND (-MKTAG(0xF8,'B','S','F')) ///< Bitstream filter not found +#define AVERROR_BUG (-MKTAG( 'B','U','G','!')) ///< Internal bug #define AVERROR_DECODER_NOT_FOUND (-MKTAG(0xF8,'D','E','C')) ///< Decoder not found #define AVERROR_DEMUXER_NOT_FOUND (-MKTAG(0xF8,'D','E','M')) ///< Demuxer not found #define AVERROR_ENCODER_NOT_FOUND (-MKTAG(0xF8,'E','N','C')) ///< Encoder not found -- cgit v1.2.3