av_fifo_peek2 145 libavfilter/buffersink.c cur_frame = *((AVFrame **)av_fifo_peek2(buf->fifo, 0)); av_fifo_peek2 200 libavformat/dvenc.c frame_ptr[d] = *av_fifo_peek2(c->audio_data[channel], of*2+1); // FIXME: maybe we have to admit av_fifo_peek2 201 libavformat/dvenc.c frame_ptr[d+1] = *av_fifo_peek2(c->audio_data[channel], of*2); // that DV is a big-endian PCM av_fifo_peek2 194 libavutil/fifo.c int *v = (int *)av_fifo_peek2(fifo, i * sizeof(int));