gstreamer/gst-libs/gst
Víctor Manuel Jáquez Leal d363000eaa encoder: mpeg2: use fabsf() instead of abs()
The member value in frame_rate_tab is float, the result of the abs() function
should be float too. But abs() only manages integers.

This patch replaces abs() with fabsf() to handle correctly the possible floats
values.

https://bugzilla.gnome.org/show_bug.cgi?id=747312
2015-04-08 16:20:55 +02:00
..
base Fix missing files in distribution tarball. 2013-12-06 14:16:28 +01:00
codecparsers build: fix make dist for codecparsers. 2014-05-01 11:23:20 +02:00
vaapi encoder: mpeg2: use fabsf() instead of abs() 2015-04-08 16:20:55 +02:00
Makefile.am Remove libgstvaapi-videoutils.so 2015-04-03 17:01:45 +03:00