59 #define GET_EFI_META(name,size) \
61 if (len < 1 || len > size) \
63 if (avio_read(pb, buf, size) == size) { \
65 av_dict_set(&avctx->metadata, name, buf, 0); \
136 #define OFFSET(x) offsetof(TtyDemuxContext, x)
137 #define DEC AV_OPT_FLAG_DECODING_PARAM
158 .extensions =
"ans,art,asc,diz,ice,nfo,txt,vt",
159 .priv_class = &tty_demuxer_class,