1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-03 16:24:53 +02:00
Files
FFmpeg/libavcodec
Martin Storsjö 508a84e672 golomb: Fix the implementation of get_se_golomb_long
This was only used in hevc muxing code so far.

This makes the return values match what get_se_golomb returns for
the same bitstream reader instances.

The logic for producing a signed golomb code out of an unsigned one
was based on the corresponding code in get_se_golomb, which operated
directly on the bitstream reader buffer - not on the equivalent
return value from get_ue_golomb.

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
2014-03-30 00:28:27 +02:00
..
2014-03-22 14:08:20 +01:00
2014-03-25 12:28:22 +01:00
2014-03-22 14:08:20 +01:00
2014-03-22 14:08:20 +01:00
2014-03-28 00:08:24 +01:00
2014-03-27 23:34:47 +01:00
2014-03-28 00:08:24 +01:00
2014-03-22 14:08:20 +01:00
2014-03-27 18:27:23 +01:00
2014-03-22 14:08:20 +01:00
2014-03-27 23:34:47 +01:00
2014-03-22 14:08:20 +01:00
2014-03-23 01:56:58 +01:00
2014-03-16 23:31:30 +01:00
2014-03-25 12:28:22 +01:00
2014-03-23 01:56:58 +01:00
2014-03-16 23:31:30 +01:00
2014-03-16 23:31:30 +01:00
2014-03-28 00:08:24 +01:00
2014-03-16 23:31:30 +01:00
2014-03-25 12:28:22 +01:00
2014-03-16 23:31:30 +01:00
2014-03-23 01:56:58 +01:00
2014-03-23 01:56:58 +01:00
2014-03-23 01:56:58 +01:00
2014-03-27 23:34:47 +01:00
2014-03-16 23:29:50 +01:00
2014-03-16 23:29:50 +01:00
2014-03-16 23:29:50 +01:00
2014-03-16 23:29:51 +01:00
2014-03-23 01:56:58 +01:00
2014-03-23 01:56:58 +01:00
2014-03-23 01:56:58 +01:00
2014-03-16 23:31:29 +01:00
2014-03-23 01:56:58 +01:00
2014-03-28 00:08:24 +01:00
2014-03-29 16:11:09 +01:00
2014-03-29 16:11:09 +01:00
2014-03-29 16:11:09 +01:00
2014-03-29 16:11:09 +01:00
2014-03-29 16:11:09 +01:00
2014-03-29 16:11:09 +01:00
2014-03-23 01:56:58 +01:00
2014-03-27 23:59:13 +01:00
2014-03-27 23:57:51 +01:00