Mans Rullgard <m...@mansr.com> writes:

> From: "Ronald S. Bultje" <rsbul...@gmail.com>
>
> ---
>  libavformat/mpegts.c |   96 
> --------------------------------------------------
>  1 file changed, 96 deletions(-)
>
> diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
> index ebc5f2c..5b44c0e 100644
> --- a/libavformat/mpegts.c
> +++ b/libavformat/mpegts.c
> @@ -19,8 +19,6 @@
>   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
> USA
>   */
>
> -//#define USE_SYNCPOINT_SEARCH
> -
>  #include "libavutil/crc.h"
>  #include "libavutil/intreadwrite.h"
>  #include "libavutil/log.h"
> @@ -2093,92 +2091,6 @@ static int64_t mpegts_get_pcr(AVFormatContext *s, int 
> stream_index,
>      return timestamp;
>  }
>
> -#ifdef USE_SYNCPOINT_SEARCH
> -
> -static int read_seek2(AVFormatContext *s,
> -                      int stream_index,
> -                      int64_t min_ts,
> -                      int64_t target_ts,
> -                      int64_t max_ts,
> -                      int flags)
> -{

Does anyone know what this code was intended for and why it was disabled?

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to