diff options
author | Sébastien Brochet <blinkseb@xbmc.org> | 2012-04-15 22:43:46 +0200 |
---|---|---|
committer | Sébastien Brochet <blinkseb@xbmc.org> | 2012-09-08 10:46:40 +0200 |
commit | 41400dcb5d2d076bc6ced425a3b3c4ed5d9a5425 (patch) | |
tree | 7fa2674ec26395ae8e61579b0aca68748305ad4a /lib/ffmpeg/libavcodec | |
parent | f949443c03fc06c76039e3c9c9c010ab9d390cbb (diff) |
added: support for OTF fonts
Diffstat (limited to 'lib/ffmpeg/libavcodec')
-rw-r--r-- | lib/ffmpeg/libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ffmpeg/libavcodec/avcodec.h b/lib/ffmpeg/libavcodec/avcodec.h index 0b756d08e3..6996c9266b 100644 --- a/lib/ffmpeg/libavcodec/avcodec.h +++ b/lib/ffmpeg/libavcodec/avcodec.h @@ -435,6 +435,7 @@ enum CodecID { CODEC_ID_BINTEXT = MKBETAG('B','T','X','T'), CODEC_ID_XBIN = MKBETAG('X','B','I','N'), CODEC_ID_IDF = MKBETAG( 0 ,'I','D','F'), + CODEC_ID_OTF = MKBETAG( 0 ,'O','T','F'), CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it |