A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ffmpeg.org/pipermail/ffmpeg-devel/2007-January/027580.html below:

[Ffmpeg-devel] [PATCH] AV_R{L,B}{8,16,32}

[Ffmpeg-devel] [PATCH] AV_R{L,B}{8,16,32}Måns Rullgård mru
Thu Jan 18 10:14:24 CET 2007
Diego Biurrun <diego at biurrun.de> writes:

> On Wed, Jan 17, 2007 at 05:02:18PM +0100, Alex Beregszaszi wrote:
>> 
>> As discussed in a previous thread (FFmpeg development discussions and
>> patches <ffmpeg-devel at mplayerhq.hu>) we might change LE_16/BE_16 to
>> include an AV_ prefix.
>> 
>> --- libavutil/intreadwrite.h	(revision 7567)
>> +++ libavutil/intreadwrite.h	(working copy)
>> @@ -26,14 +26,14 @@
>>  
>> -#define BE_16(x)  ((((uint8_t*)(x))[0] << 8) | ((uint8_t*)(x))[1])
>> +#define AV_RB16(x)  ((((uint8_t*)(x))[0] << 8) | ((uint8_t*)(x))[1])
>
> What is the RB supposed to stand for?

My guess is read big endian.

-- 
M?ns Rullg?rd
mru at inprovide.com


More information about the ffmpeg-devel mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4