[MPlayer-cvslog] r37254 - trunk/libmpcodecs/vd_ffmpeg.c
    al 
    subversion at mplayerhq.hu
       
    Sat Aug 16 00:27:52 CEST 2014
    
    
  
Author: al
Date: Sat Aug 16 00:27:52 2014
New Revision: 37254
Log:
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.
Modified:
   trunk/libmpcodecs/vd_ffmpeg.c
Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c	Sat Aug 16 00:26:09 2014	(r37253)
+++ trunk/libmpcodecs/vd_ffmpeg.c	Sat Aug 16 00:27:52 2014	(r37254)
@@ -260,7 +260,7 @@ static void set_dr_slice_settings(struct
     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;
    
    
More information about the MPlayer-cvslog
mailing list