fixed, video playback glitches for avcC content
authordavilla <davilla@4pi.com>
Sat, 5 Oct 2013 15:29:21 +0000 (11:29 -0400)
committerdavilla <davilla@4pi.com>
Sun, 6 Oct 2013 22:59:53 +0000 (18:59 -0400)
commit44928c759cd912a816532aace3370e2b69b63ec0
treec80957cd4e8297f2bafa1a5ace3febe7d941dde8
parent074c1f644dda01b2b084989d3bdb4d15047935de
fixed, video playback glitches for avcC content
1) update internal ABI headers
2) removed aml legacey vars and structs
3) add debug filedump of data sent to amcodec.so
4) remove internal avCC convert, CBitStreamConverter handles it.
   this was cause of glitch, a rare double convert attempt that
   resulted a malformed NAL which faulted the hw decoder.
xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp
xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.h
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecAmlogic.cpp
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecAmlogic.h