Revision 5b21bdab libavcodec/h263.h
libavcodec/h263.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVCODEC_H263_H
|
|
23 |
#define AVCODEC_H263_H
|
|
22 |
#ifndef FFMPEG_H263_H
|
|
23 |
#define FFMPEG_H263_H
|
|
24 | 24 |
|
25 | 25 |
#include "config.h" |
26 | 26 |
#include "msmpeg4.h" |
... | ... | |
43 | 43 |
ENABLE_WMV_ENCODER) |
44 | 44 |
#define ENABLE_ANY_H263 (ENABLE_ANY_H263_DECODER || ENABLE_ANY_H263_ENCODER) |
45 | 45 |
|
46 |
#endif /* AVCODEC_H263_H */ |
|
46 |
#endif /* FFMPEG_H263_H */ |
Also available in: Unified diff