summaryrefslogtreecommitdiffstats
path: root/libavcodec/error_resilience.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-04-14 22:35:25 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-04-22 20:44:31 +0200
commit8cbf0827e1b261c7be09444e44f84fb96d311f4c (patch)
treedcefbc6e7c477346477e5a0739e97eabee7642d5 /libavcodec/error_resilience.h
parent994a582a02aca1f11675300af10c9fd150958d6a (diff)
downloadffmpeg-streaming-8cbf0827e1b261c7be09444e44f84fb96d311f4c.zip
ffmpeg-streaming-8cbf0827e1b261c7be09444e44f84fb96d311f4c.tar.gz
Various small spelling fixes.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/error_resilience.h')
-rw-r--r--libavcodec/error_resilience.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h
index 7352dbb..9d227e8 100644
--- a/libavcodec/error_resilience.h
+++ b/libavcodec/error_resilience.h
@@ -42,7 +42,7 @@ typedef struct ERPicture {
AVFrame *f;
ThreadFrame *tf;
- // it's the caller responsability to allocate these buffers
+ // it's the caller's responsibility to allocate these buffers
int16_t (*motion_val[2])[2];
int8_t *ref_index[2];
OpenPOWER on IntegriCloud