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

pull/184/head
Carl Eugen Hoyos 9 years ago
parent 719276b860
commit 59793785f4
  1. 2
      libavcodec/cfhd.c

@ -343,7 +343,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame,
bytestream2_skipu(&gb, data * 4);
} else if (tag == 23) {
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;
break;
} else if (tag == 2) {

Loading…
Cancel
Save