small mistake, please modify in.height to out.height.
Closed this issue · 2 comments
GoogleCodeExporter commented
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
Right!
Thanks :)
Original comment by boss...@yahoo.fr
on 31 Aug 2011 at 7:37
- Changed state: NextRelease
GoogleCodeExporter commented
Fixed by revision 653
Original comment by boss...@yahoo.fr
on 7 Sep 2011 at 6:33
- Changed state: Fixed