[bTSstream-devel] [Git][videolan/bitstream][master] 4 commits: mp2v: fix height from sequence display extension
Christophe Massiot (@cmassiot)
gitlab at videolan.org
Tue Mar 12 15:41:49 UTC 2024
Christophe Massiot pushed to branch master at VideoLAN / bitstream
Commits:
0191b357 by Clément Vasseur at 2024-03-11T17:37:43+01:00
mp2v: fix height from sequence display extension
- - - - -
d44acf92 by Kieran Kunhya at 2024-03-12T16:41:20+01:00
scte/104: Add inject_response_data and inject_complete_response_data
(cherry picked from commit 94e6e65172ed4c45e1b1a57098fc2791bfdc92cd)
- - - - -
e54d8f42 by Kieran Kunhya at 2024-03-12T16:41:20+01:00
scte/104: Add result codes
- - - - -
ca65d298 by Christophe Massiot at 2024-03-12T16:41:27+01:00
Merge branch 'nto-mp2v-seqdx-height'
- - - - -
1 changed file:
- mpeg/mp2v.h
Changes:
=====================================
mpeg/mp2v.h
=====================================
@@ -570,7 +570,7 @@ static inline void mp2vseqdx_set_vertical(uint8_t *p_mp2vseqdx,
p_mp2vseqdx[base + 3] = i_vertical << 3;
}
-static inline uint8_t mp2vseqdx_get_vertical(const uint8_t *p_mp2vseqdx)
+static inline uint16_t mp2vseqdx_get_vertical(const uint8_t *p_mp2vseqdx)
{
unsigned int base = mp2vseqdx_get_color(p_mp2vseqdx) ? 8 : 5;
return ((p_mp2vseqdx[base + 1] & 0x1) << 13) |
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/e3a4a99ef0e7c934331665bd0863c77fe6bb378b...ca65d298d2cb958798c2c3da36b9a3fd48b8dadb
--
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/e3a4a99ef0e7c934331665bd0863c77fe6bb378b...ca65d298d2cb958798c2c3da36b9a3fd48b8dadb
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the biTStream-devel
mailing list