[FFmpeg-devel] [PATCH] lavf: move ff_get_v from avio.h to avio_internal.h

Wim Lewis wiml
Fri Mar 11 00:10:42 CET 2011


On 3/10/11 1:52 PM, Reimar D?ffinger wrote:
> On Thu, Mar 10, 2011 at 09:04:57PM +0000, M?ns Rullg?rd wrote:
>> That you know of.  I've seen it in a few other completely unrelated
>> places too.  As encodings go, it's one of the more obvious ones.
> 
> Well, but do any of those uses suggest any better name?
> It seems like not a particularly, hmm, "nice" encoding for
> most kinds of uses.

This encoding and encodings like it are not uncommon. DWARF uses it, for
example, although with the other endian-ness (it's called ULEB128 or
SLEB128 there depending on whether it's unsigned or signed). UTF-8 uses
a variation, with two flag bits instead of one, but I don't think it has
a name.

Since DWARF calls it LEB128, one could reasonably call this encoding
UBEB128 (unsigned big-endian base-128).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 305 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110310/65ca5eee/attachment.pgp>



More information about the ffmpeg-devel mailing list