projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8495c60
)
avcodec/hevc_ps: fix 1 vs. 0 typo
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 22 Aug 2014 21:00:41 +0000
(23:00 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 22 Aug 2014 21:00:41 +0000
(23:00 +0200)
Found-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/hevc_ps.c
patch
|
blob
|
history
diff --git
a/libavcodec/hevc_ps.c
b/libavcodec/hevc_ps.c
index
29412d2
..
365652c
100644
(file)
--- a/
libavcodec/hevc_ps.c
+++ b/
libavcodec/hevc_ps.c
@@
-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");