diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2008-01-05 22:33:27 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2008-01-05 22:33:27 +0000 |
commit | 5e40d0e898c851b596307f2922b6ea6e1d349748 (patch) | |
tree | dd7df231894230796f4810bb28710d04a8f397d1 | |
parent | 71e1080e2813bee86d6eed7a3bde8862dae92914 (diff) | |
download | ffmpeg-5e40d0e898c851b596307f2922b6ea6e1d349748.tar.gz |
cosmetics, superfluous space
Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/pva.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pva.c b/libavformat/pva.c index 9c09eb4672..8874db82c8 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -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"); |