Martin Storsjö <[email protected]> writes:

> diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
> index b73da41..4c811bb 100644
> --- a/libavcodec/mpegvideo.h
> +++ b/libavcodec/mpegvideo.h
> @@ -696,6 +696,12 @@ typedef struct MpegEncContext {
>
>      int mpv_flags;      ///< flags set by private options
>      int quantizer_noise_shaping;
> +
> +    /* error resilience stuff */
> +    uint8_t *er_temp_buffer;
> +
> +    /* encoder */

That comment is rather uninformative.

> +    float *cplx_tab, *bits_tab;
>  } MpegEncContext;

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to