[FFmpeg-devel] [PATCH 3/3] avcodec/utvideodec: use cached bitstream reader

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Apr 4 04:39:40 EEST 2018


2018-04-03 13:38 GMT+02:00, Paul B Mahol <onemda at gmail.com>:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/utvideodec.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/utvideodec.c b/libavcodec/utvideodec.c
> index 82cb038ccd..99b37aa0f3 100644
> --- a/libavcodec/utvideodec.c
> +++ b/libavcodec/utvideodec.c
> @@ -27,6 +27,7 @@
>  #include <inttypes.h>
>  #include <stdlib.h>
>
> +#define CACHED_BITSTREAM_READER

Some numbers in the commit message would make
sense imo.

Carl Eugen


More information about the ffmpeg-devel mailing list