ff_seek_frame_binary 1697 libavformat/asfdec_f.c     if (ff_seek_frame_binary(s, stream_index, pts, flags) < 0)
ff_seek_frame_binary 1649 libavformat/asfdec_o.c         if ((ret = ff_seek_frame_binary(s, stream_index, timestamp, flags)) < 0)
ff_seek_frame_binary  421 libavformat/internal.h int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
ff_seek_frame_binary  954 libavformat/oggdec.c     ret = ff_seek_frame_binary(s, stream_index, timestamp, flags);
ff_seek_frame_binary 1129 libavformat/rmdec.c     if (ff_seek_frame_binary(s, stream_index, pts, flags) < 0)
ff_seek_frame_binary 2512 libavformat/utils.c         return ff_seek_frame_binary(s, stream_index, timestamp, flags);