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:
parent
71e1080e28
commit
5e40d0e898
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user