Commit 545511f5 authored by Aleksandr Slobodeniuk's avatar Aleksandr Slobodeniuk Committed by Michael Niedermayer

avcodec/avcodec: fix lil typo in comment

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 1df3d636
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment