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

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Jul 7 23:10:50 EEST 2017




> Am 07.07.2017 um 20:48 schrieb 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 40c1277..c57d727 100644
> --- a/libavcodec/utvideodec.c
> +++ b/libavcodec/utvideodec.c
> @@ -27,6 +27,7 @@
> #include <inttypes.h>
> #include <stdlib.h>
> 
> +#define CACHED_BITSTREAM_READER 1

Please add a little information about the speed improvement to the commit message.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list