mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
Merge commit 'ff394ca087d41941d2157e7a4e356e3ad312494e'
* commit 'ff394ca087d41941d2157e7a4e356e3ad312494e': rtpdec_h264: Add a missing closing paren in a log message Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b0b7571a52
@ -324,7 +324,7 @@ static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
|
|||||||
case 27: // MTAP-24
|
case 27: // MTAP-24
|
||||||
case 29: // FU-B
|
case 29: // FU-B
|
||||||
av_log(ctx, AV_LOG_ERROR,
|
av_log(ctx, AV_LOG_ERROR,
|
||||||
"Unhandled type (%d) (See RFC for implementation details\n",
|
"Unhandled type (%d) (See RFC for implementation details)\n",
|
||||||
type);
|
type);
|
||||||
result = AVERROR(ENOSYS);
|
result = AVERROR(ENOSYS);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user