Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libaomdec: remove duplicate code

2018-04-03 Thread James Almer
On 4/1/2018 4:59 PM, James Almer wrote: > Signed-off-by: James Almer > --- > libaom generates all files as I4xx16 right now, so the code i'm > removing here is unused. And even if it ends up generating I4xx files > down the road, it's safe to assume the bit_depth field in aom_image_t > will still

[FFmpeg-devel] [PATCH 1/2] avcodec/libaomdec: remove duplicate code

2018-04-01 Thread James Almer
Signed-off-by: James Almer --- libaom generates all files as I4xx16 right now, so the code i'm removing here is unused. And even if it ends up generating I4xx files down the road, it's safe to assume the bit_depth field in aom_image_t will still be populated. libavcodec/libaomdec.c | 14 ++--