GET_UTF8          893 libavcodec/decode.c         GET_UTF8(codepoint, *(byte++), return 0;);
GET_UTF8           46 libavcodec/flac.c     GET_UTF8(val, get_bits(gb, 8), return -1;)
GET_UTF8          367 libavcodec/movtextdec.c     GET_UTF8(c, text < text_end ? (uint8_t)*text++ : (err = 1, 0), goto error;);
GET_UTF8         1230 libavfilter/vf_drawtext.c         GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid;);
GET_UTF8         1369 libavfilter/vf_drawtext.c         GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid;);
GET_UTF8         1393 libavfilter/vf_drawtext.c         GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid2;);
GET_UTF8          404 libavformat/aviobuf.c         GET_UTF8(ch, *q++, goto invalid;)
GET_UTF8          128 libavformat/movenc.c         GET_UTF8(val, *b++, return -1;)
GET_UTF8         3793 libavformat/movenc.c         GET_UTF8(val, *b++, return -1;)
GET_UTF8          784 libavformat/mpegtsenc.c             GET_UTF8(code, *q++, goto invalid;) /* Is it valid UTF-8? */
GET_UTF8          654 libavformat/mxfenc.c         GET_UTF8(ch, *q++, goto invalid;)
GET_UTF8          138 libavutil/log.c             GET_UTF8(ch, *q ? *q++ : 0, ch = 0xfffd; goto continue_on_invalid;)