diff options
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); |