diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-25 18:40:10 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-25 18:40:10 +0000 |
commit | 2de1549368622db0d56362f27469862936da72d6 (patch) | |
tree | 2be1ad17c3900b1473d4f3df0dd3846e5a892b5f /net | |
parent | f2cf00459f6f1e3aa024c24f4639953065705e64 (diff) | |
download | freebsd-ports-2de1549368622db0d56362f27469862936da72d6.zip |
net/mediatomb: fix patch for ffmpeg2 support
- Fix patch for ffmpeg2 support
PR: ports/183269
Submitted by: Andriy Syrovenko <andriys gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mediatomb/files/patch-livav9 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mediatomb/files/patch-livav9 b/net/mediatomb/files/patch-livav9 index 9a706fc2cef8..27833286566c 100644 --- a/net/mediatomb/files/patch-livav9 +++ b/net/mediatomb/files/patch-livav9 @@ -12,6 +12,15 @@ diff -burN mediatomb-0.12.1.old//src/metadata/ffmpeg_handler.cc mediatomb-0.12.1 if (tag && tag->value && tag->value[0]) { log_debug("Added metadata %s: %s\n", m->avname, tag->value); +@@ -281,7 +281,7 @@ + int x = 0; + int y = 0; + +- AVFormatContext *pFormatCtx; ++ AVFormatContext *pFormatCtx = 0; + + // Suppress all log messages + av_log_set_callback(FfmpegNoOutputStub); @@ -290,14 +290,14 @@ av_register_all(); |