[MPlayer-dev-eng] [PATCH 3/3] vd_ffmpeg: Rewrite ticket reference in comment

Alexander Strasser eclipse7 at gmx.net
Tue Aug 12 21:38:47 CEST 2014


Omit the issue tracking software's name. Despite the migration from
Bugzilla to Trac we were able to keep the ticket numbers.

Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
 libmpcodecs/vd_ffmpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c
index 7e048cc..a8824c4 100644
--- a/libmpcodecs/vd_ffmpeg.c
+++ b/libmpcodecs/vd_ffmpeg.c
@@ -260,7 +260,7 @@ static void set_dr_slice_settings(struct AVCodecContext *avctx, const AVCodec *l
     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;
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <https://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20140812/ffa2d951/attachment.asc>


More information about the MPlayer-dev-eng mailing list