projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d8229
)
Add missing prototype for ff_is_hwaccel_pix_fmt().
author
Gwenole Beauchesne
<gbeauchesne@splitted-desktop.com>
Wed, 25 Feb 2009 23:24:34 +0000
(23:24 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 25 Feb 2009 23:24:34 +0000
(23:24 +0000)
patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com
Originally committed as revision 17593 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/internal.h
patch
|
blob
|
history
diff --git
a/libavcodec/internal.h
b/libavcodec/internal.h
index 9f40538db51b87edd94999a7f06bb486fa7675bb..0466318acb990921747c8a09bd32c6063e8272cb 100644
(file)
--- a/
libavcodec/internal.h
+++ b/
libavcodec/internal.h
@@
-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);
+/**
+ * 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.