Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhakuya <erikmiranda@gmail.com>2012-04-18 10:08:25 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-04-30 21:47:21 +0400
commit1f46b50a9591f68b697e943f829c79a4f4829dd6 (patch)
tree05c739df450d567dd2b6992fc174846bc4260175 /libavcodec/avcodec.h
parentfd6eba428e609baee53a56fede4b6f777315d6e0 (diff)
Added AVClass for AVSubtitleRect
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ba51ec1928..f8700dd767 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3292,6 +3292,14 @@ const AVClass *avcodec_get_class(void);
const AVClass *avcodec_get_frame_class(void);
/**
+ * Get the AVClass for AVSubtitleRect. It can be used in combination with
+ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
+ *
+ * @see av_opt_find().
+ */
+const AVClass *avcodec_get_subtitle_rect_class(void);
+
+/**
* Copy the settings of the source AVCodecContext into the destination
* AVCodecContext. The resulting destination codec context will be
* unopened, i.e. you are required to call avcodec_open2() before you