Commit 1bb3b3f1 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/golomb: Correct the doxy about get_ue_golomb() and errors

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent f57e97df
......@@ -49,6 +49,8 @@ extern const uint8_t ff_interleaved_dirac_golomb_vlc_code[256];
/**
* Read an unsigned Exp-Golomb code in the range 0 to 8190.
*
* @returns the read value or a negative error code.
*/
static inline int get_ue_golomb(GetBitContext *gb)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment