Re: [FFmpeg-devel] [PATCH V5 2/4] lavc/put_bits: Add put_bits64() to support up to 64 bits.

2017-06-24 Thread Michael Niedermayer
On Wed, Jun 14, 2017 at 11:01:42AM +0800, Jun Zhao wrote: > put_bits.h | 35 +++ > 1 file changed, 35 insertions(+) > 5481728acedf2dae1e92f972d7043033384a0ca2 > 0002-lavc-put_bits-Add-put_bits64-to-support-up-to-64-bit.patch > From 703be162119f78e1815d1f3b23afb2

[FFmpeg-devel] [PATCH V5 2/4] lavc/put_bits: Add put_bits64() to support up to 64 bits.

2017-06-13 Thread Jun Zhao
From 703be162119f78e1815d1f3b23afb24978ff36d7 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Wed, 14 Jun 2017 10:22:10 +0800 Subject: [PATCH V5 2/4] lavc/put_bits: Add put_bits64() to support up to 64 bits. put_bits64() can write up to 64 bits into a bitstream. Reviewed-by: Mark Thompson Review