summaryrefslogtreecommitdiff
path: root/libavcodec/cfhddata.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-09-03 11:06:14 +0200
committerPaul B Mahol <onemda@gmail.com>2022-09-03 14:44:58 +0200
commit4beac58e901ac4ffc6d264ae0a5a98ed76e73447 (patch)
tree78c7737a57f56f1507c047aa617456481c99e625 /libavcodec/cfhddata.c
parent10ed73e933bbc9261c7637652c533ee508e60bca (diff)
avcodec/cfhd: fix escape handling for old codebook
Diffstat (limited to 'libavcodec/cfhddata.c')
-rw-r--r--libavcodec/cfhddata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cfhddata.c b/libavcodec/cfhddata.c
index 8079fdf542..67bd8e66db 100644
--- a/libavcodec/cfhddata.c
+++ b/libavcodec/cfhddata.c
@@ -72,7 +72,7 @@ static const uint16_t table_9_vlc_run[NB_VLC_TABLE_9] = {
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
- 1, 1
+ 1, 2,
};
static const uint8_t table_9_vlc_level[NB_VLC_TABLE_9] = {