Browse Source

lavf/avformat.h: fix typos

tags/n2.2-rc1
Stefano Sabatini 11 years ago
parent
commit
a535d3952c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View File

@@ -1252,14 +1252,14 @@ typedef struct AVFormatContext {
/**
* Correct single timestamp overflows
* - encoding: unused
* - decoding: Set by user via AVOPtions (NO direct access)
* - decoding: Set by user via AVOptions (NO direct access)
*/
unsigned int correct_ts_overflow;

/**
* Force seeking to any (also non key) frames.
* - encoding: unused
* - decoding: Set by user via AVOPtions (NO direct access)
* - decoding: Set by user via AVOptions (NO direct access)
*/
int seek2any;



Loading…
Cancel
Save