diff internal.h @ 9046:2e0b55e4474f libavcodec

Add missing prototype for ff_is_hwaccel_pix_fmt(). patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com
author diego
date Wed, 25 Feb 2009 23:24:34 +0000
parents bcf716c58be4
children 2887f410011f
line wrap: on
line diff
--- a/internal.h	Wed Feb 25 19:39:42 2009 +0000
+++ b/internal.h	Wed Feb 25 23:24:34 2009 +0000
@@ -48,6 +48,11 @@
 void ff_log_ask_for_sample(void *avc, const char *msg);
 
 /**
+ * Determines whether \p pix_fmt is a hardware accelerated format.
+ */
+int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt);
+
+/**
  * Returns the hardware accelerated codec for codec \p codec_id and
  * pixel format \p pix_fmt.
  *