avcodec/avcodec: fix lil typo in comment

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Aleksandr Slobodeniuk 2017-01-18 13:11:48 +03:00 committed by Michael Niedermayer
parent 1df3d636d4
commit 545511f57a

View File

@ -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