On Fri, Jan 03, 2014 at 03:07:47PM +0100, Anton Khirnov wrote:
> --- a/libavcodec/hevc.h
> +++ b/libavcodec/hevc.h
> @@ -741,8 +743,8 @@ typedef struct HEVCLocalContext {
>      int     end_of_tiles_x;
>      int     end_of_tiles_y;
> -    uint8_t *edge_emu_buffer;
> -    int      edge_emu_buffer_size;
> +    /* +7 is for subpixel interpolation, *2 for hig bit depths */
> +    DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * 
> EDGE_EMU_BUFFER_STRIDE * 2];

hig_h_

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to