git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0099fd
)
mmst: print packet type with error status code message
author
Francesco Cosoleto
<cosoleto@gmail.com>
Sat, 12 Feb 2011 10:17:20 +0000
(11:17 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 14 Feb 2011 22:58:20 +0000
(23:58 +0100)
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit
70630e35a436d890f3e3fbbe73b70042a375f326
)
libavformat/mmst.c
patch
|
blob
|
history
diff --git
a/libavformat/mmst.c
b/libavformat/mmst.c
index
8464d3b
..
ad87bbf
100644
(file)
--- a/
libavformat/mmst.c
+++ b/
libavformat/mmst.c
@@
-293,7
+293,7
@@
static MMSSCPacketType get_tcp_server_response(MMSTContext *mmst)
hr = AV_RL32(mms->in_buffer + 40);
if (hr) {
av_log(NULL, AV_LOG_ERROR,
- "Server sent a
n error status code: 0x%08x\n"
, hr);
+ "Server sent a
message with packet type 0x%x and error status code 0x%08x\n", packet_type
, hr);
return AVERROR_UNKNOWN;
}
} else {