[SCM] libav/experimental: cosmetics, superfluous space
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:11:22 UTC 2013
The following commit has been merged in the experimental branch:
commit 5e40d0e898c851b596307f2922b6ea6e1d349748
Author: Ivo van Poorten <ivop at euronet.nl>
Date: Sat Jan 5 22:33:27 2008 +0000
cosmetics, superfluous space
Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/pva.c b/libavformat/pva.c
index 9c09eb4..8874db8 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");
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list