Hi.

I'm trying to play a clip which has AVC video in MP4 container which
has AAC audio on ICS. The behavior is that that it plays a few video
frames but eventually the playback fails and we see this error:

E/OMXCodec(  820): [OMX.google.aac.decoder] ERROR(0x80001001, 10)

It looks like in this clip, the audio is not inside the MP4 container,
as when it is trying to detect the format through the sniffer in
AACExtractor, it is looking in offset 0, where the MP4 header is . The
actual ADTS header is at offset 3331 of the file, proof is that when
extracting the audio out of the video, it plays fine on the music app.
Since the mp4 container is detected it looks like there are frames
sent to the codec, but eventually there is an INVALID_FRAME error.

Is raw AAC in combo with video officially unsupported or could it be
something wrong with the file ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to