[FFmpeg-cvslog] avformat: fix typo in comment
Paul B Mahol
git at videolan.org
Sun Oct 7 20:00:21 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Oct 7 17:57:13 2012 +0000| [27a341518e91ca18cbee292725a74a3c23a0d272] | committer: Paul B Mahol
avformat: fix typo in comment
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27a341518e91ca18cbee292725a74a3c23a0d272
---
libavformat/avformat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 1ee44df..9a7f271 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 {
More information about the ffmpeg-cvslog
mailing list