On 11/30/2023 7:40 AM, Anton Khirnov wrote:
add get_leb()
Do you expect people to understand what this means?
Will add "Read an unsigned integer coded as a variable number of
little-endian bytes".
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.
On Thu, Nov 30, 2023 at 11:40 AM Anton Khirnov wrote:
> > add get_leb()
>
> Do you expect people to understand what this means?
>
get_leb() : get little-endian bits.
> --
> Anton Khirnov
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> h
> add get_leb()
Do you expect people to understand what this means?
--
Anton Khirnov
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...
On 11/26/2023 10:40 AM, Leo Izen wrote:
On 11/25/23 20:28, James Almer wrote:
Signed-off-by: James Almer
---
libavcodec/bitstream.h | 2 ++
libavcodec/bitstream_template.h | 22 ++
libavcodec/get_bits.h | 23 +++
3 files changed,
On 11/25/23 20:28, James Almer wrote:
Signed-off-by: James Almer
---
libavcodec/bitstream.h | 2 ++
libavcodec/bitstream_template.h | 22 ++
libavcodec/get_bits.h | 23 +++
3 files changed, 47 insertions(+)
Out of curiosity, why
Signed-off-by: James Almer
---
libavcodec/bitstream.h | 2 ++
libavcodec/bitstream_template.h | 22 ++
libavcodec/get_bits.h | 23 +++
3 files changed, 47 insertions(+)
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index