diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-02 11:38:34 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-23 14:35:27 -0400 |
commit | c68317ebbe4915035df0b08c23eea7a0b80ab881 (patch) | |
tree | 1b186d158571fffa409130b28aea454de882cea0 /libavcodec/avcodec.h | |
parent | 44d854a518f97cb65090420b0b9f55611a0ea932 (diff) | |
download | ffmpeg-c68317ebbe4915035df0b08c23eea7a0b80ab881.tar.gz |
lavc: fix documentation for AVCodecContext.delay
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 64d45db349..c505a922e3 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 |