Commit 615db140 authored by michael's avatar michael

#ifdef c++


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@9402 b3059339-0415-0410-9bf9-f77b7e298cf2
parent d83cb430
/*
Copyright (C) 2001-2002 Michael Niedermayer (michaelni@gmx.at)
Copyright (C) 2001-2003 Michael Niedermayer (michaelni@gmx.at)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -19,6 +19,16 @@
#ifndef NEWPOSTPROCESS_H
#define NEWPOSTPROCESS_H
/**
* @file postprocess.h
* @brief
* external api for the pp stuff
*/
#ifdef __cplusplus
extern "C" {
#endif
#define PP_QUALITY_MAX 6
#define QP_STORE_T int8_t
......@@ -56,4 +66,8 @@ void pp_free_context(pp_context_t *ppContext);
#define PP_FORMAT_411 (0x00000002|PP_FORMAT)
#define PP_FORMAT_444 (0x00000000|PP_FORMAT)
#ifdef __cplusplus
}
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment