AV_BUFFERSINK_FLAG_PEEK

Tell av_buffersink_get_buffer_ref() to read video/samples buffer reference, but not remove it from the buffer. This is useful if you need only to read a video/samples buffer, without to fetch it.

extern (C) @nogc nothrow
enum AV_BUFFERSINK_FLAG_PEEK = 1;

Meta