diff options
author | Aleksandr Slobodeniuk <alenuke@yandex.ru> | 2017-01-18 13:11:48 +0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-01-19 20:21:36 +0100 |
commit | 545511f57a3f7b28c868ad764e4871d915b53f41 (patch) | |
tree | b6ea6cddfcfb23697d4da1a639ec76ea378a6848 /libavcodec | |
parent | 1df3d636d46b675d0b176ceddc4530f7d29c5aa1 (diff) | |
download | ffmpeg-545511f57a3f7b28c868ad764e4871d915b53f41.tar.gz |
avcodec/avcodec: fix lil typo in comment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-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 4d26d14ccc..1e681e989b 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 |