# HG changeset patch # User al # Date 1408141672 0 # Node ID 08bbd1e9036d7a00faa9fe29d5039867d405fbd1 # Parent fbf82629be7b795a5f7b9835cabebdebdd68fea8 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. diff -r fbf82629be7b -r 08bbd1e9036d libmpcodecs/vd_ffmpeg.c --- 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;