• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

libavcodec/h263.h

Go to the documentation of this file.
00001 /*
00002  * H263/MPEG4 backend for ffmpeg encoder and decoder
00003  * copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org>
00004  *
00005  * This file is part of FFmpeg.
00006  *
00007  * FFmpeg is free software; you can redistribute it and/or
00008  * modify it under the terms of the GNU Lesser General Public
00009  * License as published by the Free Software Foundation; either
00010  * version 2.1 of the License, or (at your option) any later version.
00011  *
00012  * FFmpeg is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * Lesser General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Lesser General Public
00018  * License along with FFmpeg; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
00020  */
00021 
00022 #ifndef AVCODEC_H263_H
00023 #define AVCODEC_H263_H
00024 
00025 #include "config.h"
00026 #include "msmpeg4.h"
00027 
00028 #define CONFIG_ANY_H263_DECODER (CONFIG_H263_DECODER    || \
00029                                  CONFIG_H263I_DECODER   || \
00030                                  CONFIG_FLV_DECODER     || \
00031                                  CONFIG_RV10_DECODER    || \
00032                                  CONFIG_RV20_DECODER    || \
00033                                  CONFIG_MPEG4_DECODER   || \
00034                                  CONFIG_MSMPEG4_DECODER || \
00035                                  CONFIG_WMV_DECODER)
00036 #define CONFIG_ANY_H263_ENCODER (CONFIG_H263_ENCODER    || \
00037                                  CONFIG_H263P_ENCODER   || \
00038                                  CONFIG_FLV_ENCODER     || \
00039                                  CONFIG_RV10_ENCODER    || \
00040                                  CONFIG_RV20_ENCODER    || \
00041                                  CONFIG_MPEG4_ENCODER   || \
00042                                  CONFIG_MSMPEG4_ENCODER || \
00043                                  CONFIG_WMV_ENCODER)
00044 #define CONFIG_ANY_H263 (CONFIG_ANY_H263_DECODER || CONFIG_ANY_H263_ENCODER)
00045 
00046 #endif /* AVCODEC_H263_H */

Generated on Sat Feb 16 2013 09:23:12 for ffmpeg by  doxygen 1.7.1