[FFmpeg-devel] [PATCH] Function to parse Dirac sequence header
Kostya
kostya.shishkov
Tue Nov 11 18:07:29 CET 2008
On Tue, Nov 11, 2008 at 04:26:48PM +0100, Michael Niedermayer wrote:
> On Tue, Nov 11, 2008 at 04:03:37PM +0100, Diego Biurrun wrote:
[...]
> >
> > So, do we have a sensible suggestion?
>
> There are many suggestions sadly i think each has some arguments against it.
> h26L_get_u_uvlc()
> h26L_get_ue_golomb() (more consistant with the very similar H264 one)
> get_interleaved_ue_golomb() (long and some may argue against "golomb")
> get_iue_golomb()
> get_rue_golomb() (r being reversible here, that is the interleaved vlcs can be
> decoded right to left)
IMO, get_{interleaved,reversible}_ue() would be better since it's not that long,
clear enough and does not pile (hey, even H.264 spec uses ue() convention).
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
More information about the ffmpeg-devel
mailing list