diff options
author | Lou Logan <lou@lrcd.com> | 2012-07-05 15:38:53 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-06 17:08:22 +0200 |
commit | b22ecbc6a57cb721960783af3168c1a9332ea3db (patch) | |
tree | 7e1f32b4e9bd667cadcf65d8c4341efe8b24debb /libavformat/avformat.h | |
parent | 60270eb482ed43b370bb2a9c5350cc3d54e61a0f (diff) | |
download | ffmpeg-b22ecbc6a57cb721960783af3168c1a9332ea3db.tar.gz |
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 807c7ace7b..a435d516c6 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -946,7 +946,7 @@ typedef struct AVFormatContext { #define AVFMT_FLAG_MP4A_LATM 0x8000 ///< Enable RTP MP4A-LATM payload #define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this flag can slow demuxing down) #define AVFMT_FLAG_PRIV_OPT 0x20000 ///< Enable use of private options by delaying codec open (this could be made default once all code is converted) -#define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Dont merge side data but keep it separate. +#define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Don't merge side data but keep it separate. /** * decoding: size of data to probe; encoding: unused. @@ -1739,7 +1739,7 @@ int av_get_output_timestamp(struct AVFormatContext *s, int stream, * @ingroup libavf * @{ * - * Miscelaneous utility functions related to both muxing and demuxing + * Miscellaneous utility functions related to both muxing and demuxing * (or neither). */ |