diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-07-12 22:10:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-12 22:33:27 +0200 |
commit | 39a6e02fd4651f8300b2bbadffd5299452e00424 (patch) | |
tree | ef4f9480eaf9f335243d20a536d739f04a82bc5a /libavutil/downmix_info.h | |
parent | 4470a3eeafa97d20b1e68a6b40490f71da726adf (diff) | |
download | ffmpeg-39a6e02fd4651f8300b2bbadffd5299452e00424.tar.gz |
fix spelling errors
Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/downmix_info.h')
-rw-r--r-- | libavutil/downmix_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/downmix_info.h b/libavutil/downmix_info.h index 2fb9387a8d..221cf5bf9b 100644 --- a/libavutil/downmix_info.h +++ b/libavutil/downmix_info.h @@ -100,7 +100,7 @@ typedef struct AVDownmixInfo { * @param frame the frame for which the side data is to be obtained or created * * @return the AVDownmixInfo structure to be edited by the caller, or NULL if - * the sturcture cannot be allocated. + * the structure cannot be allocated. */ AVDownmixInfo *av_downmix_info_update_side_data(AVFrame *frame); |