mirror of https://github.com/FFmpeg/FFmpeg.git
This was broken by 4e528206bc
- the webp
decoder was assuming that it could set the output pixfmt of the vp8
decoder directly, but after that change it no longer could because
ff_get_format() was used instead. This adds an internal get_format()
callback to webp use of the vp8 decoder to override the pixfmt
appropriately.
pull/273/head
parent
2d518aec4c
commit
7cb9296db8
1 changed files with 11 additions and 2 deletions
Loading…
Reference in new issue