Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4579 - trunk/src/http/modules

April 10, 2012 07:28AM
Author: is
Date: 2012-04-10 11:27:43 +0000 (Tue, 10 Apr 2012)
New Revision: 4579
URL: http://trac.nginx.org/nginx/changeset/4579/nginx

Log:
Fixed previous commit.


Modified:
trunk/src/http/modules/ngx_http_mp4_module.c

Modified: trunk/src/http/modules/ngx_http_mp4_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_mp4_module.c 2012-04-10 11:21:47 UTC (rev 4578)
+++ trunk/src/http/modules/ngx_http_mp4_module.c 2012-04-10 11:27:43 UTC (rev 4579)
@@ -1910,7 +1910,7 @@

if (start_time < (uint64_t) count * duration) {
start_sample += (ngx_uint_t) (start_time / duration);
- count -= start_time;
+ count -= (uint32_t) (start_time / duration);
ngx_mp4_set_32value(entry->count, count);
goto found;
}

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4579 - trunk/src/http/modules

Igor Sysoev 1497 April 10, 2012 07:28AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 244
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready