[FFmpeg-cvslog] lavf/avformat.h: fix typos

Stefano Sabatini git at videolan.org
Sun Feb 2 13:16:52 CET 2014


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Feb  2 12:55:40 2014 +0100| [a535d3952c66b93fc96752421da46ce2fd96158a] | committer: Stefano Sabatini

lavf/avformat.h: fix typos

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a535d3952c66b93fc96752421da46ce2fd96158a
---

 libavformat/avformat.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 002b015..76b0652 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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;
 



More information about the ffmpeg-cvslog mailing list