]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
cosmetics, superfluous space
authorivo <ivo@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 5 Jan 2008 22:33:27 +0000 (22:33 +0000)
committerivo <ivo@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 5 Jan 2008 22:33:27 +0000 (22:33 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11430 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/pva.c

index 9c09eb4672db16aa589ee7ac530d5354a860ea37..8874db82c8152a717853a4b5cb33a3078678e060 100644 (file)
@@ -74,7 +74,7 @@ recover:
     flags    = get_byte(pb);
     length   = get_be16(pb);
 
-    pts_flag  = flags & 0x10;
+    pts_flag = flags & 0x10;
 
     if (syncword != PVA_MAGIC) {
         av_log(s, AV_LOG_ERROR, "invalid syncword\n");