Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c87 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() function
3140 if (theora_decode_header(avctx, &gb) < 0) in theora_decode_init()