Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSUtil/H264Nalu.h')
-rw-r--r--src/DSUtil/H264Nalu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSUtil/H264Nalu.h b/src/DSUtil/H264Nalu.h
index e94a0745a..a393b225c 100644
--- a/src/DSUtil/H264Nalu.h
+++ b/src/DSUtil/H264Nalu.h
@@ -1,5 +1,5 @@
/*
- * (C) 2008-2012 see Authors.txt
+ * (C) 2008-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -61,7 +61,7 @@ public:
forbidden_bit(0),
nal_reference_idc(0),
nal_unit_type() {
- SetBuffer(NULL, 0, 0);
+ SetBuffer(nullptr, 0, 0);
}
NALU_TYPE GetType() const { return nal_unit_type; };