Changeset 508a84e6 in ffmpeg
- Timestamp:
-
Mar 29, 2014, 10:28:27 PM
(11 years ago)
- Author:
- Martin Storsjö <martin@martin.st>
- Branches:
- master
- Children:
- 30e15936, 9e4e35b4
- Parents:
- 53c20f17
- git-author:
- Martin Storsjö <martin@martin.st> (03/29/14 10:35:11)
- git-committer:
- Martin Storsjö <martin@martin.st> (03/29/14 22:28:27)
- Message:
-
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>
-
(No files)
-