I want to force the Evo 3D Mediaplayer to show any videos as 3D. The problem is that the HTC Evo 3D is said to be becoming 3D with FPA SEI flag on mp4 file. Is there any way to introduce that flag programmatically?
I want to find where it is overridden and turn it off by hand. I tried to figure out where it is read in the Android media player( http://www.netmite.com/android/mydroid/frameworks/base/media/java/android/media/MediaPlayer.java ); however, I couldn't found. My guess is the HTC is implemented another media player which looks for SEI FPA flag in mp4 header.
Is there anybody who can help me with this situation?