[FFmpeg-cvslog] rtpdec_h264: Add a missing closing paren in a log message

Martin Storsjö git at videolan.org
Sun Feb 22 00:21:31 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Feb 20 20:57:17 2015 +0200| [ff394ca087d41941d2157e7a4e356e3ad312494e] | committer: Martin Storsjö

rtpdec_h264: Add a missing closing paren in a log message

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff394ca087d41941d2157e7a4e356e3ad312494e
---

 libavformat/rtpdec_h264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index e781b36..9ee9f5e 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -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;



More information about the ffmpeg-cvslog mailing list