comparison avcodec.h @ 12080:7e6a8ce19977 libavcodec

fix comment grammar
author aurel
date Fri, 02 Jul 2010 19:26:27 +0000
parents 66cd745af30f
children b6cf19580e47
comparison
equal deleted inserted replaced
12079:e2d6add92a73 12080:7e6a8ce19977
993 * independent from the availability of previous frames. That is, the 993 * independent from the availability of previous frames. That is, the
994 * frames are virtually identical no matter if decoding started from 994 * frames are virtually identical no matter if decoding started from
995 * the very first frame or from this keyframe. 995 * the very first frame or from this keyframe.
996 * Is AV_NOPTS_VALUE if unknown. 996 * Is AV_NOPTS_VALUE if unknown.
997 * This field is not the display duration of the current packet. 997 * This field is not the display duration of the current packet.
998 * This field has no meaning if the packet do not have AV_PKT_FLAG_KEY. 998 * This field has no meaning if the packet does not have AV_PKT_FLAG_KEY
999 * set.
999 * 1000 *
1000 * The purpose of this field is to allow seeking in streams that have no 1001 * The purpose of this field is to allow seeking in streams that have no
1001 * keyframes in the conventional sense. It corresponds to the 1002 * keyframes in the conventional sense. It corresponds to the
1002 * recovery point SEI in H.264 and match_time_delta in NUT. It is also 1003 * recovery point SEI in H.264 and match_time_delta in NUT. It is also
1003 * essential for some types of subtitle streams to ensure that all 1004 * essential for some types of subtitle streams to ensure that all
3691 * independent from the availability of previous frames. That is, the 3692 * independent from the availability of previous frames. That is, the
3692 * frames are virtually identical no matter if decoding started from 3693 * frames are virtually identical no matter if decoding started from
3693 * the very first frame or from this keyframe. 3694 * the very first frame or from this keyframe.
3694 * Is AV_NOPTS_VALUE if unknown. 3695 * Is AV_NOPTS_VALUE if unknown.
3695 * This field is not the display duration of the current frame. 3696 * This field is not the display duration of the current frame.
3696 * This field has no meaning if the packet do not have AV_PKT_FLAG_KEY. 3697 * This field has no meaning if the packet does not have AV_PKT_FLAG_KEY
3698 * set.
3697 * 3699 *
3698 * The purpose of this field is to allow seeking in streams that have no 3700 * The purpose of this field is to allow seeking in streams that have no
3699 * keyframes in the conventional sense. It corresponds to the 3701 * keyframes in the conventional sense. It corresponds to the
3700 * recovery point SEI in H.264 and match_time_delta in NUT. It is also 3702 * recovery point SEI in H.264 and match_time_delta in NUT. It is also
3701 * essential for some types of subtitle streams to ensure that all 3703 * essential for some types of subtitle streams to ensure that all