On Mar 29, 2011, at 11:48 AM, Oskar Arvidsson wrote:

> Preparatory patch for high bit depth h264 decoding support.

OK.

> ---
> libavcodec/h264idct.c          |  249 +-----------------------------------
> libavcodec/h264idct_internal.h |  278 ++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 279 insertions(+), 248 deletions(-)
> create mode 100644 libavcodec/h264idct_internal.h
> 
> 
> -//FIXME this table is a duplicate from h264data.h, and will be removed once 
> the tables from, h264 have been split
> -static const uint8_t scan8[16 + 2*4]={
> - 4+1*8, 5+1*8, 4+2*8, 5+2*8,
> - 6+1*8, 7+1*8, 6+2*8, 7+2*8,
> - 4+3*8, 5+3*8, 4+4*8, 5+4*8,
> - 6+3*8, 7+3*8, 6+4*8, 7+4*8,
> - 1+1*8, 2+1*8,
> - 1+2*8, 2+2*8,
> - 1+4*8, 2+4*8,
> - 1+5*8, 2+5*8,
> -};

Did this ever happen?

> [..] 

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to