From 0afd8f12e974c14112c6c3d8ae363c074b963711 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 17 Mar 2012 17:43:58 +0000 Subject: avcodec: add XBM encoder Signed-off-by: Paul B Mahol Signed-off-by: Justin Ruggles --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7074b582ec..9f4aaa9e42 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -245,6 +245,7 @@ enum CodecID { CODEC_ID_V410, CODEC_ID_XWD, CODEC_ID_CDXL, + CODEC_ID_XBM, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs -- cgit v1.2.1