projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'qatar/master'
[ffmpeg.git]
/
libavcodec
/
sunrast.c
diff --git
a/libavcodec/sunrast.c
b/libavcodec/sunrast.c
index
cc7a9fb
..
2dfa902
100644
(file)
--- a/
libavcodec/sunrast.c
+++ b/
libavcodec/sunrast.c
@@
-165,7
+165,7
@@
static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
if (buf_end - buf < 1)
return AVERROR_INVALIDDATA;
- if ((value = *buf++) ==
0x80
) {
+ if ((value = *buf++) ==
RLE_TRIGGER
) {
run = *buf++ + 1;
if (run != 1)
value = *buf++;