1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

cosmetics, superfluous space

Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivo van Poorten 2008-01-05 22:33:27 +00:00
parent 71e1080e28
commit 5e40d0e898

View 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");