You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: