What steps will reproduce the problem?
1. ./configure project
2. make project
What is the expected output? What do you see instead?
Expected to be compiled, I got an error: the libavcodec/crystalhd.c:405
av_bitstream_filter_init must have 2 params as in bitstream_filter.c:35
AVBitStreamFilterContext *av_bitstream_filter_init(const char *name, const char
*args)
What version of the product are you using? On what operating system?
Ubuntu 12.10 amd64
Next follows the patch with an fix, adding a empty args as param.
Original issue reported on code.google.com by Klark.Cr...@gmail.com on 7 Jun 2013 at 1:35
Original issue reported on code.google.com by
Klark.Cr...@gmail.com
on 7 Jun 2013 at 1:35Attachments: