Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dc93.c28 int currentpic; member
128 AVFrame * const newpic = c93->pictures[c93->currentpic]; in decode_frame()
129 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame()
137 c93->currentpic ^= 1; in decode_frame()