diff options
author | Claudio Ciccani <klan@users.sourceforge.net> | 2007-01-14 16:53:37 +0000 |
---|---|---|
committer | Claudio Ciccani <klan@users.sourceforge.net> | 2007-01-14 16:53:37 +0000 |
commit | 793816cfd30d99a2aacc914cd71922c17cad1d37 (patch) | |
tree | b05d69279bc968bb61174d4482b9da95da914689 /src/xine-engine/buffer.h | |
parent | bca4db4fc122805b7de468f8962e2e0a37a250b7 (diff) | |
download | xine-lib-793816cfd30d99a2aacc914cd71922c17cad1d37.tar.gz xine-lib-793816cfd30d99a2aacc914cd71922c17cad1d37.tar.bz2 |
Added BUF_VIDEO_VP6F (Flash VP6).
The only difference with the standard VP6 codec is that the image is not flipped upside-down.
CVS patchset: 8507
CVS date: 2007/01/14 16:53:37
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 22e1a7a04..64fe52a20 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.161 2006/12/26 03:18:56 dgp85 Exp $ + * $Id: buffer.h,v 1.162 2007/01/14 16:53:37 klan Exp $ * * * contents: @@ -190,6 +190,7 @@ extern "C" { #define BUF_VIDEO_KMVC 0x02600000 #define BUF_VIDEO_FLASHSV 0x02610000 #define BUF_VIDEO_CAVS 0x02620000 +#define BUF_VIDEO_VP6F 0x02630000 /* audio buffer types: (please keep in sync with buffer_types.c) */ |