]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rmdec.c
Merge commit '58a840e21577a2168843487a98cb2cea44b5a94a'
[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;