jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Error in compilation #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, will be applied

Original comment by baptiste...@gmail.com on 7 Jun 2013 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by baptiste...@gmail.com on 1 Apr 2014 at 4:32