Hello All, I am trying to use libav to decode an h263 stream. While I can successfully decode the stream and display decoded frames, I have found that I get about a 5 second stall in avformat_find_stream_info. After further investigation, it seems that the AVStream's first_dts is always set to AV_NOPTS_VALUE and the for loop in avformat_find_stream_info attempts to wait for that data to be populated.
The only conclusion I have come to is that the h263 parser does not ever populate the "dts" portion of the incoming packets. What is the proper way to handle setting the decompression timestamp on h263 data? Thanks, David
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
