Re: [FFmpeg-devel] [PATCH 5/7] cbs_h265: Use table-based alloc/free

2019-01-24 Thread Andreas Rheinhardt
Mark Thompson: > +CBS_UNIT_TYPE_POD(H264_NAL_AUD, H265RawAUD), Typo. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 5/7] cbs_h265: Use table-based alloc/free

2019-01-23 Thread Mark Thompson
--- libavcodec/cbs_h2645.c | 186 ++--- 1 file changed, 83 insertions(+), 103 deletions(-) diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c index caf8a1062f..4fda12adb7 100644 --- a/libavcodec/cbs_h2645.c +++ b/libavcodec/cbs_h2645.c @@ -414,70