aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-03-06 20:26:32 +0100
committerClément Bœsch <u@pkh.me>2015-03-06 22:26:53 +0100
commit4e2cab5a79f47bc264effae96c2359329e91537f (patch)
treedea06ade3f0d64604c189d4f751b804d43fe6bad /libavformat/rmdec.c
parent1dab67b647ef6939d4f92bc7a1c43719a4a0b5f0 (diff)
downloadffmpeg-4e2cab5a79f47bc264effae96c2359329e91537f.tar.gz
fix spelling errors
opttimizations -> optimizations grabing -> grabbing many resource -> many resources isnt -> isn't silcense -> silence Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 482c86f2319c73a0ea414a1845de58febf7b0e30)
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 9468d9764f..727d065b8f 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -708,7 +708,7 @@ static int rm_assemble_video_frame(AVFormatContext *s, AVIOContext *pb,
int64_t *timestamp)
{
int hdr;
- int seq = 0, pic_num = 0, len2 = 0, pos = 0; //init to silcense compiler warning
+ int seq = 0, pic_num = 0, len2 = 0, pos = 0; //init to silence compiler warning
int type;
int ret;