mbbiii / crusher264

Automatically exported from code.google.com/p/crusher264
GNU General Public License v2.0
0 stars 0 forks source link

error in sample app for HD encoder #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build and run the current svn against an elgato turbo264 HD

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
elgato turbo264 HD.  Mac (10.6.6)  and Linux (fedora 14)

Please provide any additional information below.

line 349 of sample/crusherenc.c has the following
} else if (crusher.devmode == DEV_TYPE_ENCODER) {

it should be

} else if (crusher.devmode == DEV_TYPE_ENCODER_HD) {

Original issue reported on code.google.com by bobby.cl...@gmail.com on 4 Feb 2011 at 4:11

GoogleCodeExporter commented 8 years ago
The MG3500 support i snot finished yet, so turbo264 HD does not work.

Original comment by piratfm@gmail.com on 21 Feb 2011 at 8:20

GoogleCodeExporter commented 8 years ago
Issue 6 has been merged into this issue.

Original comment by piratfm@gmail.com on 16 Sep 2011 at 3:30

GoogleCodeExporter commented 8 years ago
Issue 10 has been merged into this issue.

Original comment by piratfm@gmail.com on 16 Sep 2011 at 3:32