joelf68 / imsdroid

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

video rotated and flipd #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tested the newest IMSDroid on HTC Hero.
I made a video call between IMSDroid and linphone and found that the preview 
video is ok on HTC Hero, but the video sent out by HTC Hero was rotated and 
flipd on linphone.
Is there any solution for this issue?
Thanks a lot.

Original issue reported on code.google.com by GuoYZ...@gmail.com on 18 Aug 2010 at 3:05

GoogleCodeExporter commented 9 years ago
I have found that in tinyDAV/src/codecs/h263/tdav_codec_h263.c there's a 
function calling tdav_converter_video_flip(h263->encoder.picture, 
h263->encoder.context->height).
I masked this function calling, It does work well.

Original comment by GuoYZ...@gmail.com on 18 Aug 2010 at 6:53

GoogleCodeExporter commented 9 years ago
Good to know

Original comment by boss...@yahoo.fr on 19 Aug 2010 at 12:51