mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
This commit is contained in:
parent
5049f6b772
commit
69a68593ce
4 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue