lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().

This commit is contained in:
Carl Eugen Hoyos 2016-03-06 21:38:41 +01:00
parent 719276b860
commit 59793785f4
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame,
bytestream2_skipu(&gb, data * 4); bytestream2_skipu(&gb, data * 4);
} else if (tag == 23) { } else if (tag == 23) {
av_log(avctx, AV_LOG_DEBUG, "Skip frame\n"); av_log(avctx, AV_LOG_DEBUG, "Skip frame\n");
avpriv_report_missing_feature(avctx, "Skip frame\n"); avpriv_report_missing_feature(avctx, "Skip frame");
ret = AVERROR_PATCHWELCOME; ret = AVERROR_PATCHWELCOME;
break; break;
} else if (tag == 2) { } else if (tag == 2) {