Browse Source

avcodec/hevc_ps: fix 1 vs. 0 typo

Found-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 10 years ago
parent
commit
aaaf7261b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/hevc_ps.c

+ 1
- 1
libavcodec/hevc_ps.c View File

@@ -472,7 +472,7 @@ static void decode_vui(HEVCContext *s, HEVCSPS *sps)
VUI *vui = &sps->vui;
GetBitContext *gb = &s->HEVClc->gb;
GetBitContext backup;
int sar_present, alt = 1;
int sar_present, alt = 0;

av_log(s->avctx, AV_LOG_DEBUG, "Decoding VUI\n");



Loading…
Cancel
Save