From 5e40d0e898c851b596307f2922b6ea6e1d349748 Mon Sep 17 00:00:00 2001 From: Ivo van Poorten Date: Sat, 5 Jan 2008 22:33:27 +0000 Subject: cosmetics, superfluous space Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/pva.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/pva.c') 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"); -- cgit v1.2.3