[NUT-devel] [NUT] (ods15): r81 - /trunk/libnut/muxer.c

syncmail at mplayerhq.hu syncmail at mplayerhq.hu
Sat Feb 25 19:50:31 CET 2006


Author: ods15
Date: Sat Feb 25 19:50:31 2006
New Revision: 81

Log:
sync to spec for info rationals

Modified:
    trunk/libnut/muxer.c

Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c (original)
+++ trunk/libnut/muxer.c Sat Feb 25 19:50:31 2006
@@ -390,7 +390,7 @@
 			put_s(tmp, -3);
 			put_s(tmp, field->val);
 		} else if (!strcmp(field->type, "r")) {
-			put_s(tmp, -(field->den + 2));
+			put_s(tmp, -(field->den + 3));
 			put_s(tmp, field->val);
 		} else {
 			if (strcmp(field->type, "UTF-8")) {




More information about the NUT-devel mailing list