Module: libav Branch: master Commit: c68317ebbe4915035df0b08c23eea7a0b80ab881
Author: Justin Ruggles <[email protected]> Committer: Justin Ruggles <[email protected]> Date: Tue Oct 2 11:38:34 2012 -0400 lavc: fix documentation for AVCodecContext.delay --- libavcodec/avcodec.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 64d45db..c505a92 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1442,7 +1442,7 @@ typedef struct AVCodecContext { int ticks_per_frame; /** - * Encoder delay. + * Codec delay. * * Video: * Number of frames the decoded output will be delayed relative to the _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
