X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_hevc.c;h=1f09a08aa41b900a4b467757669520cd60647b4b;hb=6711aa21e263a270ecd2d6a6ee1b673e665ce98a;hp=815a72c2b2aa58c676f44d2229372fc86230145a;hpb=357c62657a3d856262f1454816e5f94b90df54ff;p=ffmpeg diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c index 815a72c2b2a..1f09a08aa41 100644 --- a/libavformat/rtpdec_hevc.c +++ b/libavformat/rtpdec_hevc.c @@ -222,7 +222,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; } @@ -338,7 +338,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; }