提交 d7dae42e 编写于 作者: G Gwenole Beauchesne 提交者: Diego Biurrun

Add missing prototype for ff_is_hwaccel_pix_fmt().

patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com

Originally committed as revision 17593 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 66d82290
...@@ -47,6 +47,11 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample); ...@@ -47,6 +47,11 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample);
*/ */
void ff_log_ask_for_sample(void *avc, const char *msg); 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 * Returns the hardware accelerated codec for codec \p codec_id and
* pixel format \p pix_fmt. * pixel format \p pix_fmt.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册