changeset 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 5fb849bddf4a
children 91f9fe7bedd9
files internal.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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.
  *