[Libav-user] what's the extradata should be when using ffmpeg+libstagefright?

2013-10-30 Thread ahqzy
Hi all, To using hardware decoding, I compiled ffmpeg(0.10) with andorid libstagefright successfully. When I call it, in the Stagefright_init(AVCodecContext *avctx), the extradata must be specified as below in the source: static av_cold int Stagefright_init(AVCodecContext *avctx) { ……

Re: [Libav-user] what's the extradata should be when using ffmpeg+libstagefright?

2013-10-28 Thread ahqzy
Is anyone can help? At 2013-10-25 22:07:47,ahqzy ah...@163.com wrote: Hi all, To using hardware decoding, I compiled ffmpeg(0.10) with andorid libstagefright successfully. When I call it, in the Stagefright_init(AVCodecContext *avctx), the extradata must be specified as below

[Libav-user] what's the extradata should be when using ffmpeg+libstagefright?

2013-10-25 Thread ahqzy
Hi all, To using hardware decoding, I compiled ffmpeg(0.10) with andorid libstagefright successfully. When I call it, in the Stagefright_init(AVCodecContext *avctx), the extradata must be specified as below in the source: static av_cold int Stagefright_init(AVCodecContext *avctx) { ……