Browse code

avformat/avformat.h: fix pairs typo

Found-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>

James Almer authored on 2017/10/29 22:35:40
Showing 1 changed files
... ...
@@ -987,8 +987,8 @@ typedef struct AVStream {
987 987
     AVRational r_frame_rate;
988 988
 
989 989
     /**
990
-     * String containing paris of key and values describing recommended encoder configuration.
991
-     * Paris are separated by ','.
990
+     * String containing pairs of key and values describing recommended encoder configuration.
991
+     * Pairs are separated by ','.
992 992
      * Keys are separated from values by '='.
993 993
      */
994 994
     char *recommended_encoder_configuration;