diff options
| author | jhurst <jhurst@cinecert.com> | 2006-09-28 04:59:41 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-09-28 04:59:41 +0000 |
| commit | f03fdc18bdf7d3f3b4141024de01d0538f2b224d (patch) | |
| tree | b404158105401bbf28126c227aba32224ad1004a /src/AS_DCP_JP2K.cpp | |
| parent | 72e5392ca11c06a1ac0732c71f86df0d9a712ce3 (diff) | |
bug fixes
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
| -rwxr-xr-x | src/AS_DCP_JP2K.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index a1071cf..6358779 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -34,7 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //------------------------------------------------------------------------------------------ -static std::string JP2K_PACKAGE_LABEL = "File Package: SMPTE XXXM frame wrapping of JPEG 2000 codestreams"; +static std::string JP2K_PACKAGE_LABEL = "File Package: SMPTE 429-4 frame wrapping of JPEG 2000 codestreams"; static std::string PICT_DEF_LABEL = "Picture Track"; // |
