Re: [FFmpeg-devel] [PATCH v4 1/2] Move bitswap_32() into a header file.

2017-01-11 Thread Paul B Mahol
On 1/11/17, Steinar H. Gunderson wrote: > On Sun, Jan 08, 2017 at 02:14:54PM +0100, Steinar H. Gunderson wrote: >> Allows more codecs than mpeg12video to make use of it. >> --- > > 48h ping. (I realize I should maybe have reset the commit date so that it > doesn't sort odd.) Is there anything else

Re: [FFmpeg-devel] [PATCH v4 1/2] Move bitswap_32() into a header file.

2017-01-11 Thread Steinar H. Gunderson
On Sun, Jan 08, 2017 at 02:14:54PM +0100, Steinar H. Gunderson wrote: > Allows more codecs than mpeg12video to make use of it. > --- 48h ping. (I realize I should maybe have reset the commit date so that it doesn't sort odd.) Is there anything else that I should do about this patch set? /* Steina

[FFmpeg-devel] [PATCH v4 1/2] Move bitswap_32() into a header file.

2017-01-09 Thread Steinar H. Gunderson
Allows more codecs than mpeg12video to make use of it. --- libavcodec/bitstream.c | 8 libavcodec/mathops.h | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 6c8dca1d85..c26650099f 100644 --- a/libavcodec/b