[FFmpeg-cvslog] avformat/avformat.h: fix pairs typo
James Almer
git at videolan.org
Sun Oct 29 15:36:29 EET 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Oct 29 10:35:40 2017 -0300| [c8e8092543ddd09b5e5e69cde13d6f054edc69ab] | committer: James Almer
avformat/avformat.h: fix pairs typo
Found-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8e8092543ddd09b5e5e69cde13d6f054edc69ab
---
libavformat/avformat.h | 4 ++--
1 file 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;
More information about the ffmpeg-cvslog
mailing list