]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.h
flacdec: Allocate buffers right after STREAMINFO is parsed.
[ffmpeg] / libpostproc / postprocess.h
index 7e30da7db1fa0d0e2a51967f74e7ed08fe0d9664..2789cdf074fd2a8847e667ba025d4d84bf91136a 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef POSTPROCESS_POSTPROCESS_H
-#define POSTPROCESS_POSTPROCESS_H
+#ifndef POSTPROC_POSTPROCESS_H
+#define POSTPROC_POSTPROCESS_H
 
 /**
- * @file postprocess.h
+ * @file libpostproc/postprocess.h
  * @brief
  *     external postprocessing API
  */
@@ -96,4 +96,4 @@ void pp_free_context(pp_context *ppContext);
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
-#endif /* POSTPROCESS_POSTPROCESS_H */
+#endif /* POSTPROC_POSTPROCESS_H */