diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index 39219b17e0..f7f69fea00 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -613,7 +613,7 @@ resync: tmp = ptr[0]; ptr[0] = ptr[1]; ptr[1] = tmp; - ptr += 2; + ptr += 2; } } return 0;