[FFmpeg-cvslog] r17593 - trunk/libavcodec/internal.h
diego
subversion
Thu Feb 26 00:24:34 CET 2009
Author: diego
Date: Thu Feb 26 00:24:34 2009
New Revision: 17593
Log:
Add missing prototype for ff_is_hwaccel_pix_fmt().
patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com
Modified:
trunk/libavcodec/internal.h
Modified: trunk/libavcodec/internal.h
==============================================================================
--- trunk/libavcodec/internal.h Wed Feb 25 21:18:01 2009 (r17592)
+++ trunk/libavcodec/internal.h Thu Feb 26 00:24:34 2009 (r17593)
@@ -48,6 +48,11 @@ void ff_log_missing_feature(void *avc, c
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.
*
More information about the ffmpeg-cvslog
mailing list