ChallyCai / doubango

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

small mistake, please modify in.height to out.height. #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
tinyDAV/src/codecs/h264

line 471

TMEDIA_CODEC_VIDEO(h264)->out.width = sx&(~1), 
TMEDIA_CODEC_VIDEO(h264)->in.height = sy&(~1);
}
else{
TMEDIA_CODEC_VIDEO(h264)->out.width = std_w, 
TMEDIA_CODEC_VIDEO(h264)->in.height = std_h;
}

please modify in.height to out.height.

Original issue reported on code.google.com by zrsh...@gmail.com on 30 Aug 2011 at 5:31

GoogleCodeExporter commented 9 years ago
Right!
Thanks :)

Original comment by boss...@yahoo.fr on 31 Aug 2011 at 7:37

GoogleCodeExporter commented 9 years ago
Fixed by revision 653

Original comment by boss...@yahoo.fr on 7 Sep 2011 at 6:33