summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-07 17:57:13 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-07 17:57:13 +0000
commit27a341518e91ca18cbee292725a74a3c23a0d272 (patch)
treedc4001d64c77ea4a71076d06a822534ed7543dd2 /libavformat/avformat.h
parent979b9b1f470a8ba0a878bc6f2db322255a824f12 (diff)
avformat: fix typo in comment
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 1ee44dfd7c..9a7f271593 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -581,7 +581,7 @@ enum AVStreamParseType {
AVSTREAM_PARSE_FULL_ONCE, /**< full parsing and repack of the first frame only, only implemented for H.264 currently */
AVSTREAM_PARSE_FULL_RAW=MKTAG(0,'R','A','W'), /**< full parsing and repack with timestamp and position generation by parser for raw
this assumes that each packet in the file contains no demuxer level headers and
- just codec level data, otherwise position generaion would fail */
+ just codec level data, otherwise position generation would fail */
};
typedef struct AVIndexEntry {