# This file is part of Xpra.
# Copyright (C) 2013 Antoine Martin <antoine@devloop.org.uk>
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

## This file is processed by setup.py to create a .pxi
##
## The resulting .pxi file will make all the constants available to
## Cython code under their own names, and also create a python-exposed
## dictionary through which the constants can be accessed like
## const["AV_..."].

AV_PIX_FMT_YUV420P
AV_PIX_FMT_YUV422P
AV_PIX_FMT_YUV444P
AV_PIX_FMT_RGB24
AV_PIX_FMT_0RGB
AV_PIX_FMT_BGR0
AV_PIX_FMT_ARGB
AV_PIX_FMT_BGRA
AV_PIX_FMT_GBRP

CODEC_FLAG2_FAST
