Hi, you can set CODEC_FLAG_LOW_DELAY in AVCodecContext.flags before opening to force low_delay. If your stream really contains no B-frames, then there should be no reordering problems, so it should work.
BTW could I ask you to send plain text mail? This HTML stuff is hard to read in text clients. -- Anton Khirnov _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
