[Libav-user] Seeking

wm4 nfxjfg at googlemail.com
Thu Oct 30 13:17:49 CET 2014


On Thu, 30 Oct 2014 04:58:28 -0400
Marcus Johnson <bumblebritches57 at gmail.com> wrote:

> I need to seek X bytes into a file, and I'm not sure which function will do
> that?
> 
> I found a function called bytestream2_seek() but that only works with
> GetByteContext, and obviously the file is using GetBitContext, so I'm not
> really sure what to do.

av_seek_frame with AVSEEK_FLAG_BYTE maybe?


More information about the Libav-user mailing list