]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rmdec.c
Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'
[ffmpeg] / libavformat / rmdec.c
index 9468d9764f52858f6aef49ce8e1eda459848187c..727d065b8f30cbb154511a21f5dd1adda809ec45 100644 (file)
@@ -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;