comparison postprocess.h @ 61:98d3264ac47f libpostproc

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents f809a2e579ac
children 5bef666de27d
comparison
equal deleted inserted replaced
60:f809a2e579ac 61:98d3264ac47f
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 POSTPROCESS_H 21 #ifndef FFMPEG_POSTPROCESS_H
22 #define POSTPROCESS_H 22 #define FFMPEG_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 /* POSTPROCESS_H */ 78 #endif /* FFMPEG_POSTPROCESS_H */