Commit c8e80925 authored by James Almer's avatar James Almer

avformat/avformat.h: fix pairs typo

Found-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent b7785d10
...@@ -987,8 +987,8 @@ typedef struct AVStream { ...@@ -987,8 +987,8 @@ typedef struct AVStream {
AVRational r_frame_rate; AVRational r_frame_rate;
/** /**
* String containing paris of key and values describing recommended encoder configuration. * String containing pairs of key and values describing recommended encoder configuration.
* Paris are separated by ','. * Pairs are separated by ','.
* Keys are separated from values by '='. * Keys are separated from values by '='.
*/ */
char *recommended_encoder_configuration; char *recommended_encoder_configuration;
......
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