Home
last modified time | relevance | path

Searched refs:got_streaminfo (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflacdec.c61 int got_streaminfo; ///< indicates if the STREAMINFO has been read member
121 s->got_streaminfo = 1; in flac_decode_init()
189 s->got_streaminfo = 1; in parse_streaminfo()
485 && s->got_streaminfo) { in decode_frame()
532 if (!s->got_streaminfo) { in decode_frame()
536 s->got_streaminfo = 1; in decode_frame()
595 if (!s->got_streaminfo && (ret = parse_streaminfo(s, buf, buf_size))) { in flac_decode_frame()