Commit 58531cc9 authored by ivo's avatar ivo

cosmetics, superfluous space


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11430 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1a4ff216
...@@ -74,7 +74,7 @@ recover: ...@@ -74,7 +74,7 @@ recover:
flags = get_byte(pb); flags = get_byte(pb);
length = get_be16(pb); length = get_be16(pb);
pts_flag = flags & 0x10; pts_flag = flags & 0x10;
if (syncword != PVA_MAGIC) { if (syncword != PVA_MAGIC) {
av_log(s, AV_LOG_ERROR, "invalid syncword\n"); av_log(s, AV_LOG_ERROR, "invalid syncword\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment