changeset 2900:a28c002dd2b4 libavformat

cosmetics, superfluous space
author ivo
date Sat, 05 Jan 2008 22:33:27 +0000
parents d9a9ff37c5ab
children 0d0ffa1a0478
files pva.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pva.c	Sat Jan 05 22:28:42 2008 +0000
+++ b/pva.c	Sat Jan 05 22:33:27 2008 +0000
@@ -74,7 +74,7 @@
     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");