On Mon, Dec 19, 2016 at 12:21 PM, Diego Biurrun <di...@biurrun.de> wrote:
> ---
>
> Thanks to Vittorio for noticing.
>
>  libavcodec/ratecontrol.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
> index 2976806..7c289c6 100644
> --- a/libavcodec/ratecontrol.h
> +++ b/libavcodec/ratecontrol.h
> @@ -79,10 +79,6 @@ typedef struct RateControlContext{
>      uint64_t qscale_sum[5];
>      int frame_count[5];
>      int last_non_b_pict_type;
> -
> -    void *non_lavc_opaque;        ///< context for non lavc rc code (for 
> example xvid)
> -    float dry_run_qscale;         ///< for xvid rc
> -    int last_picture_number;      ///< for xvid rc
>      AVExpr * rc_eq_eval;
>  }RateControlContext;
>
> --

ok with me of course
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to