Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-29 16:35:40 +0300
committerJames Almer <jamrial@gmail.com>2017-10-29 16:35:40 +0300
commitc8e8092543ddd09b5e5e69cde13d6f054edc69ab (patch)
tree37e7ac8f71fee54ed0c28089436fd93915fbcaa7 /libavformat/avformat.h
parentb7785d10b00c88029d8af7dbddac09ab0d6f2b7f (diff)
avformat/avformat.h: fix pairs typo
Found-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 941a7bc3eb..b36e2a3bd4 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -987,8 +987,8 @@ typedef struct AVStream {
AVRational r_frame_rate;
/**
- * String containing paris of key and values describing recommended encoder configuration.
- * Paris are separated by ','.
+ * String containing pairs of key and values describing recommended encoder configuration.
+ * Pairs are separated by ','.
* Keys are separated from values by '='.
*/
char *recommended_encoder_configuration;