ff_seek_frame_binary 1604 libavformat/asfdec.c     if (ff_seek_frame_binary(s, stream_index, pts, flags) < 0)
ff_seek_frame_binary  290 libavformat/internal.h int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
ff_seek_frame_binary  898 libavformat/oggdec.c     ret = ff_seek_frame_binary(s, stream_index, timestamp, flags);
ff_seek_frame_binary 1100 libavformat/rmdec.c     if (ff_seek_frame_binary(s, stream_index, pts, flags) < 0)
ff_seek_frame_binary 2120 libavformat/utils.c         return ff_seek_frame_binary(s, stream_index, timestamp, flags);