diff libmpcodecs/vd_ffmpeg.c @ 37158:08bbd1e9036d

vd_ffmpeg: Rewrite ticket reference in comment Omit the issue tracking software's name. Despite the migration from Bugzilla to Trac we were able to keep the ticket numbers.
author al
date Fri, 15 Aug 2014 22:27:52 +0000
parents 6cc356239d4b
children
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Fri Aug 15 22:26:09 2014 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Fri Aug 15 22:27:52 2014 +0000
@@ -260,7 +260,7 @@
     ctx->nonref_dr = 0;
     // TODO: fix and enable again. This currently causes issues when using filters
     // and seeking, usually failing with the "Ran out of numbered images" message,
-    // but bugzilla #2118 might be related as well.
+    // but ticket #2118 might be related as well.
     if (0 && lavc_codec->id == AV_CODEC_ID_H264) {
         ctx->do_dr1 = 1;
         ctx->nonref_dr = 1;