]> git.sesse.net Git - ffmpeg/commitdiff
avformat/avformat.h: fix pairs typo
authorJames Almer <jamrial@gmail.com>
Sun, 29 Oct 2017 13:35:40 +0000 (10:35 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 29 Oct 2017 13:35:40 +0000 (10:35 -0300)
Found-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/avformat.h

index 941a7bc3eb3d966508229b8ffe479cf9d19a7d08..b36e2a3bd4d6a47494d1ab52f247069d1dcc77c5 100644 (file)
@@ -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;