comparison postprocess.h @ 60:f809a2e579ac libpostproc

Use filename as multiple inclusion guard.
author diego
date Wed, 17 Oct 2007 09:16:21 +0000
parents e6a94aa12c17
children 98d3264ac47f
comparison
equal deleted inserted replaced
59:f02d76ebf1f0 60:f809a2e579ac
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with FFmpeg; if not, write to the Free Software 17 * along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef NEWPOSTPROCESS_H 21 #ifndef POSTPROCESS_H
22 #define NEWPOSTPROCESS_H 22 #define POSTPROCESS_H
23 23
24 /** 24 /**
25 * @file postprocess.h 25 * @file postprocess.h
26 * @brief 26 * @brief
27 * external api for the pp stuff 27 * external api for the pp stuff
73 #define PP_FORMAT_411 (0x00000002|PP_FORMAT) 73 #define PP_FORMAT_411 (0x00000002|PP_FORMAT)
74 #define PP_FORMAT_444 (0x00000000|PP_FORMAT) 74 #define PP_FORMAT_444 (0x00000000|PP_FORMAT)
75 75
76 #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale 76 #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale
77 77
78 #endif 78 #endif /* POSTPROCESS_H */