[FFmpeg-cvslog] avcodec/avcodec: fix lil typo in comment
Aleksandr Slobodeniuk
git at videolan.org
Thu Jan 19 21:29:28 EET 2017
ffmpeg | branch: master | Aleksandr Slobodeniuk <alenuke at yandex.ru> | Wed Jan 18 13:11:48 2017 +0300| [545511f57a3f7b28c868ad764e4871d915b53f41] | committer: Michael Niedermayer
avcodec/avcodec: fix lil typo in comment
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=545511f57a3f7b28c868ad764e4871d915b53f41
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4d26d14..1e681e9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -89,7 +89,7 @@
* - Send valid input:
* - For decoding, call avcodec_send_packet() to give the decoder raw
* compressed data in an AVPacket.
- * - For encoding, call avcodec_send_frame() to give the decoder an AVFrame
+ * - For encoding, call avcodec_send_frame() to give the encoder an AVFrame
* containing uncompressed audio or video.
* In both cases, it is recommended that AVPackets and AVFrames are
* refcounted, or libavcodec might have to copy the input data. (libavformat
More information about the ffmpeg-cvslog
mailing list