Searched refs:BufPic (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_fifo.c28 typedef struct BufPic { struct
30 struct BufPic *next;
31 } BufPic; typedef in typeref:struct:BufPic
34 BufPic root;
35 BufPic *last; ///< last buffered picture
50 BufPic *pic, *tmp;
63 fifo->last->next = av_mallocz(sizeof(BufPic));
75 BufPic *tmp;

Completed in 76 milliseconds