Browse Source

avformat/avformat.h: fix pairs typo

Found-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
c8e8092543
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View 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;


Loading…
Cancel
Save