summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/pva.c2
1 files changed, 1 insertions, 1 deletions
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");