On 04/07/14 17:21, Vittorio Giovara wrote:
> ---
> libavutil/frame.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/libavutil/frame.h b/libavutil/frame.h
> index b2159d3..8685fbb 100644
> --- a/libavutil/frame.h
> +++ b/libavutil/frame.h
> @@ -171,7 +171,9 @@ typedef struct AVFrame {
> int format;
>
> /**
> - * 1 -> keyframe, 0-> not
> + * frame has no reference to other frames other than itself, so it
> + * may be used as a hint for correct input or output.
> + * This corresponds to H264 IDR frames or HEVC IRAP frames.
> */
> int key_frame;
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel