From 69a68593ce5684409c3c4dd9a901bfd8b16925b1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 15 Dec 2015 19:59:14 +0100 Subject: Remove stray line breaks from avpriv_{report_missing_feature|request_samples} --- libavformat/rtpdec_hevc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/rtpdec_hevc.c') diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c index dee904397c..603368370c 100644 --- a/libavformat/rtpdec_hevc.c +++ b/libavformat/rtpdec_hevc.c @@ -218,7 +218,7 @@ static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx /* sanity check for correct layer ID */ if (lid) { /* future scalable or 3D video coding extensions */ - avpriv_report_missing_feature(ctx, "Multi-layer HEVC coding\n"); + avpriv_report_missing_feature(ctx, "Multi-layer HEVC coding"); return AVERROR_PATCHWELCOME; } @@ -330,7 +330,7 @@ static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx /* PACI packet */ case 50: /* Temporal scalability control information (TSCI) */ - avpriv_report_missing_feature(ctx, "PACI packets for RTP/HEVC\n"); + avpriv_report_missing_feature(ctx, "PACI packets for RTP/HEVC"); res = AVERROR_PATCHWELCOME; break; } -- cgit v1.2.3