git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
709e029
)
avcodec/decode: fix warning when decoding pseudo paletted formats
author
wm4
<nfxjfg@googlemail.com>
Wed, 4 Apr 2018 16:07:03 +0000
(18:07 +0200)
committer
wm4
<nfxjfg@googlemail.com>
Thu, 5 Apr 2018 14:58:40 +0000
(16:58 +0200)
The pseudo palette allocation is optional now. But if it's still
allocated (like the internal get_buffer2 implementation does, for
compatibility), it shouldn't print a warning.
No differences found