Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 3 May 2013, 16:53:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r365 r366 1979 1979 printf("Input File : %s\n", m_pchInputFile ); 1980 1980 #endif 1981 1982 1981 printf("Bitstream File : %s\n", m_pchBitstreamFile ); 1983 1984 1982 #if H_MV 1985 1983 for( Int layer = 0; layer < m_numberOfLayers; layer++) … … 1990 1988 printf("Reconstruction File : %s\n", m_pchReconFile ); 1991 1989 #endif 1992 1993 1990 #if H_MV 1994 1991 xPrintParaVector( "ViewId", m_viewId ); 1995 1992 #endif 1996 1997 1993 #if H_3D 1998 1994 xPrintParaVector( "DepthFlag", m_depthFlag ); 1999 1995 #endif 2000 2001 1996 #if H_MV 2002 1997 xPrintParaVector( "QP" , m_fQP );
Note: See TracChangeset for help on using the changeset viewer.