Discontinuity bit handling
#1
Hi
I am trying to add a feature to XBMC that will handle transport stream (ts) discontinuity bit. I identify the bit in FFMpeg code and signal the info to to CDVDDemuxFFmpeg::Read successfully.
I am looking for help changing the XBMC code to flush the current buffer and start decode the new video from that point.
I tried to call flush() and then call av_find_stream_info() again but the program crash
Any ideas?
Thanks
Adi
Reply

Logout Mark Read Team Forum Stats Members Help
Discontinuity bit handling0