Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh263dec.c50 static enum AVPixelFormat h263_get_format(AVCodecContext *avctx) in h263_get_format() function
143 avctx->pix_fmt = h263_get_format(avctx); in ff_h263_decode_init()
533 avctx->pix_fmt = h263_get_format(avctx); in ff_h263_decode_frame()
573 if (avctx->pix_fmt != h263_get_format(avctx)) { in ff_h263_decode_frame()