Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in sample app for HD encoder #5

Open
GoogleCodeExporter opened this issue Apr 16, 2015 · 3 comments
Open

error in sample app for HD encoder #5

GoogleCodeExporter opened this issue Apr 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

Issue 6 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

Issue 10 has been merged into this issue.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant