Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 37157:fbf82629be7b | 37158:08bbd1e9036d |
|---|---|
| 258 lavc_codec->id != AV_CODEC_ID_H264 && | 258 lavc_codec->id != AV_CODEC_ID_H264 && |
| 259 lavc_codec->id != AV_CODEC_ID_HEVC; | 259 lavc_codec->id != AV_CODEC_ID_HEVC; |
| 260 ctx->nonref_dr = 0; | 260 ctx->nonref_dr = 0; |
| 261 // TODO: fix and enable again. This currently causes issues when using filters | 261 // TODO: fix and enable again. This currently causes issues when using filters |
| 262 // and seeking, usually failing with the "Ran out of numbered images" message, | 262 // and seeking, usually failing with the "Ran out of numbered images" message, |
| 263 // but bugzilla #2118 might be related as well. | 263 // but ticket #2118 might be related as well. |
| 264 if (0 && lavc_codec->id == AV_CODEC_ID_H264) { | 264 if (0 && lavc_codec->id == AV_CODEC_ID_H264) { |
| 265 ctx->do_dr1 = 1; | 265 ctx->do_dr1 = 1; |
| 266 ctx->nonref_dr = 1; | 266 ctx->nonref_dr = 1; |
| 267 } | 267 } |
| 268 if (lavc_param_vismv || (lavc_param_debug & (FF_DEBUG_VIS_MB_TYPE|FF_DEBUG_VIS_QP))) { | 268 if (lavc_param_vismv || (lavc_param_debug & (FF_DEBUG_VIS_MB_TYPE|FF_DEBUG_VIS_QP))) { |
