You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/hevc_ps: fix 1 vs. 0 typo
Found-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -472,7 +472,7 @@ static void decode_vui(HEVCContext *s, HEVCSPS *sps)
|
|||||||
VUI *vui = &sps->vui;
|
VUI *vui = &sps->vui;
|
||||||
GetBitContext *gb = &s->HEVClc->gb;
|
GetBitContext *gb = &s->HEVClc->gb;
|
||||||
GetBitContext backup;
|
GetBitContext backup;
|
||||||
int sar_present, alt = 1;
|
int sar_present, alt = 0;
|
||||||
|
|
||||||
av_log(s->avctx, AV_LOG_DEBUG, "Decoding VUI\n");
|
av_log(s->avctx, AV_LOG_DEBUG, "Decoding VUI\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user