[FFmpeg-cvslog] lavc: fix documentation for AVCodecContext.delay
Justin Ruggles
git at videolan.org
Wed Oct 24 14:25:30 CEST 2012
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Oct 2 11:38:34 2012 -0400| [c68317ebbe4915035df0b08c23eea7a0b80ab881] | committer: Justin Ruggles
lavc: fix documentation for AVCodecContext.delay
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c68317ebbe4915035df0b08c23eea7a0b80ab881
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list