File: constants.txt

package info (click to toggle)
xpra 0.14.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,692 kB
  • ctags: 8,114
  • sloc: python: 45,801; ansic: 686; sh: 66; makefile: 64
file content (23 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
## constants["AV_..."].

PIX_FMT_YUV420P
PIX_FMT_YUV422P
PIX_FMT_YUV444P
PIX_FMT_RGB24
#AV_PIX_FMT_0RGB
#AV_PIX_FMT_BGR0
PIX_FMT_ARGB
PIX_FMT_BGRA
PIX_FMT_GBRP

CODEC_FLAG2_FAST