Mageia Bugzilla – Attachment 1353 Details for
Bug 4001
mplayer missing security update for CVE-2009-4636 and CVE-2011-0722
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
re-diffed patch for ffmpeg-mov_bad_timings (google)
ffmpeg-mov_bad_timings.patch (text/plain), 516 bytes, created by
David Walser
on 2012-01-09 17:32:47 CET
(
hide
)
Description:
re-diffed patch for ffmpeg-mov_bad_timings (google)
Filename:
MIME Type:
Creator:
David Walser
Created:
2012-01-09 17:32:47 CET
Size:
516 bytes
patch
obsolete
>--- ffmpeg/libavformat/mov.c~ 2010-12-06 20:38:26.000000000 -0500 >+++ ffmpeg/libavformat/mov.c 2012-01-09 11:31:22.746694487 -0500 >@@ -1746,7 +1746,11 @@ > return 0; > } > >- if (!sc->time_scale) { >+ if (sc->time_offset <= 0) >+ sc->time_offset = 1; >+ if (c->time_scale <= 0) >+ c->time_scale = 1; >+ if (sc->time_scale <= 0) { > av_log(c->fc, AV_LOG_WARNING, "stream %d, timescale not set\n", st->index); > sc->time_scale = c->time_scale; > if (!sc->time_scale)
--- ffmpeg/libavformat/mov.c~ 2010-12-06 20:38:26.000000000 -0500 +++ ffmpeg/libavformat/mov.c 2012-01-09 11:31:22.746694487 -0500 @@ -1746,7 +1746,11 @@ return 0; } - if (!sc->time_scale) { + if (sc->time_offset <= 0) + sc->time_offset = 1; + if (c->time_scale <= 0) + c->time_scale = 1; + if (sc->time_scale <= 0) { av_log(c->fc, AV_LOG_WARNING, "stream %d, timescale not set\n", st->index); sc->time_scale = c->time_scale; if (!sc->time_scale)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4001
:
1350
|
1351
|
1352
| 1353 |
1354
|
1355
|
1356