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 29: // FU-B
|
||||
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);
|
||||
result = AVERROR(ENOSYS);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user