From 615e76314bbdcd77ef13e8248c8f1903c3430895 Mon Sep 17 00:00:00 2001 From: msheby Date: Tue, 15 Jan 2008 07:20:07 +0000 Subject: Rename local variable "PIC" to "pic" so to avoid namespace clash with gcc preprocessor PIC definition. --- src/MPEG2_Parser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/MPEG2_Parser.cpp') diff --git a/src/MPEG2_Parser.cpp b/src/MPEG2_Parser.cpp index 7b0a57b..8b5592e 100755 --- a/src/MPEG2_Parser.cpp +++ b/src/MPEG2_Parser.cpp @@ -306,9 +306,9 @@ public: return RESULT_FALSE; } - Accessor::Picture PIC(b); - m_TemporalRef = PIC.TemporalRef(); - m_FrameType = PIC.FrameType(); + Accessor::Picture pic(b); + m_TemporalRef = pic.TemporalRef(); + m_FrameType = pic.FrameType(); m_FrameSize += s; return m_State.Goto_PIC(); } -- cgit v1.2.3