Skip to content
Snippets Groups Projects
Commit c8e80925 authored by James Almer's avatar James Almer
Browse files

avformat/avformat.h: fix pairs typo

parent b7785d10
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment