RicoCasta / opencinematools

Automatically exported from code.google.com/p/opencinematools
0 stars 0 forks source link

Error in return from asdcplib id'ing stereo media, ie returns JPEG_2000, and not JPEG_2000_S #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0.  Under linux do the following:
1.  Download the 1.5.29 of asdcplib
2.  Compile under 1.1.2 of opencinema
3.  Try processing a stereo MXF file

What is the expected output? What do you see instead?
I get a failure in handling the stereo case, in short, the JPEG_2000_S
branch of code is not executed, rather the JPEG_2000 case is executed with
a warning message from the ASDCPLIB calls.

A hack to the code is to force the case of JPEG_2000_S on the ASDCP media
check (for each function, ie mkcpl, mkpkl, and mkmap).

Beyond that thigns work great!  Tested on GDC and Doremi players.

-- quandt  

Original issue reported on code.google.com by brian.qu...@gmail.com on 13 Jan 2010 at 6:15