Searched refs:theora_decode_header (Results 1 – 1 of 1) sorted by relevance
87 static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb);2616 ret = theora_decode_header(avctx, &gb); in vp3_decode_frame()2875 static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb) in theora_decode_header() function3140 if (theora_decode_header(avctx, &gb) < 0) in theora_decode_init()