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

'AVFormatContext_create' Error year, track, title, author, copyright.... #49

Open
kietcao opened this issue Nov 8, 2011 · 1 comment

Comments

@kietcao
Copy link

kietcao commented Nov 8, 2011

First: I got the source and build. Succesfully
Second: support Network and error '#31 (comment)'
Thrid: follow 'http://odroid.foros-phpbb.com/t338-ffmpeg-compiled-with-android-ndk' and build source ffmpeg-0.8.5 is successfully.
Forth: replace libffmped to new ffmpeg-0.8.5. to build and get error

jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c: In function 'AVFormatContext_create':
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:31: error: 'AVFormatContext' has no member named 'year'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:33: error: 'AVFormatContext' has no member named 'track'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:64: error: 'AVFormatContext' has no member named 'title'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:67: error: 'AVFormatContext' has no member named 'author'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:70: error: 'AVFormatContext' has no member named 'copyright'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:73: error: 'AVFormatContext' has no member named 'comment'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:76: error: 'AVFormatContext' has no member named 'album'
jni/jni/com_media_ffmpeg_FFMpegAVFormatContext.c:79: error: 'AVFormatContext' has no member named 'genre'

Please let me know to fix it?

@viacheslavokolitiy
Copy link

AVFormatContext in this version of ffmpeg does not have this fields

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

No branches or pull requests

2 participants