1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavcodec
Jun Zhao ea1d07aed9 lavc/golomb: add value range comment for set_ue_golomb().
set_ue_golomb just support 2^16 - 2 at most, becase this function call
put_bits, and put_bits just support write up to 31 bits, when write 32
bit in put_bits, it's will overwrite the bit buffer, and the default
assert level is 0, the av_assert2(n <= 31 && value < (1U << n)) in
put_bits can not be trigger runtime.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-06-23 13:03:20 +02:00
..
2017-02-15 12:46:01 +01:00
2017-02-15 12:46:01 +01:00
2017-05-29 14:08:07 +02:00
2017-05-01 17:55:22 +02:00
2017-05-08 12:30:09 +02:00
2017-03-20 09:23:15 +01:00
2017-04-23 14:27:47 +07:00
2017-06-11 10:00:16 +02:00
2017-04-23 14:27:47 +07:00
2017-05-14 20:58:53 +02:00
2017-05-23 15:25:11 +02:00
2017-02-21 00:40:20 +01:00
2017-06-16 23:32:28 +02:00
2017-01-11 16:02:10 +01:00
2017-04-23 14:27:47 +07:00
2017-03-21 12:38:20 +01:00
2017-06-18 14:05:57 +02:00
2016-12-03 14:36:03 +01:00
2017-05-06 00:33:19 +02:00
2017-06-21 09:01:32 -04:00
2016-11-27 14:34:57 +01:00
2017-02-03 20:16:30 +01:00
2017-02-03 20:01:07 +01:00
2017-01-11 16:02:10 +01:00
2017-01-11 16:02:10 +01:00
2017-02-21 00:40:20 +01:00
2017-04-26 23:22:25 +01:00
2017-04-26 23:22:25 +01:00
2017-05-31 16:08:46 +02:00
2017-01-09 18:43:19 +01:00
2017-02-10 17:04:56 +01:00
2017-04-23 14:27:47 +07:00
2017-01-16 10:24:01 +01:00
2017-05-25 20:08:31 +02:00
2017-02-21 00:40:20 +01:00
2017-06-23 03:03:04 +02:00
2017-05-25 14:30:04 +02:00
2017-05-31 12:06:51 +02:00
2017-02-02 01:12:07 +01:00
2017-05-21 13:23:22 +02:00
2017-05-10 22:52:35 +02:00
2016-11-24 11:22:13 +01:00
2017-01-20 13:58:41 +01:00
2017-05-28 17:21:41 +02:00