diff options
Diffstat (limited to 'ext/ffmpeg/gstffmpegcodecmap.h')
-rw-r--r-- | ext/ffmpeg/gstffmpegcodecmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegcodecmap.h b/ext/ffmpeg/gstffmpegcodecmap.h index 9b06788..eaa2cfa 100644 --- a/ext/ffmpeg/gstffmpegcodecmap.h +++ b/ext/ffmpeg/gstffmpegcodecmap.h @@ -61,4 +61,8 @@ gst_ffmpeg_caps_to_codectype (enum CodecType type, GstCaps * gst_ffmpeg_formatid_to_caps (const gchar *format_name); +enum CodecID +gst_ffmpeg_caps_to_codecid (GstCaps *caps, + enum CodecID *id); + #endif /* __GST_FFMPEG_CODECMAP_H__ */ |