-
Notifications
You must be signed in to change notification settings - Fork 193
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
OpenHevc(android branch) supports SHVC decoding #44
Comments
Hi again, SHVC supports is not fully implemented yet. Pierre-Loup |
Thanks for your resoponse. I builded the hevc_rext branch on the Ubuntu and decoded SHM4.1 shvc bitstreams successfully. e.g jni/platform/arm/config.h:174:23: error: token "@" is not valid in preprocessor expressions error2. ni/libavformat/matroska.c:151: error: undefined reference to 'av_stereo3d_alloc' How to build the hevc_rext branch on the Android? |
I am also facing this issues, Anybody resolve this issue jni/libavformat/matroska.c:151: error: undefined reference to 'av_stereo3d_alloc' Thanks, Regards, |
I changed the Android.mk as below and then I could able to successfully compiled. LOCAL_PATH := $(call my-dir) |
Hi!
I am going to ask a question about something that is important for what I am going to do.
Actually, I’ve tried to build OpenHevc(android branch) on Android and I just compile it successfully.
However, I wonder if it supports SHVC decoding or not because I only saw OpenHevc(hevc_rext branch) can decode shvc bitstream like this.
add -l layer with layer a number to select the layer in a SHVC bitstream
Is it available to OpenHevc(android branch)?
Hopefully, it is going to work well.
The text was updated successfully, but these errors were encountered: