Commit 99ab8ff0 authored by Zhentan Feng's avatar Zhentan Feng Committed by Ronald S. Bultje

Fix wrong command prefix for timing test in MMST protocol.

Patch by Zhentan Feng <spyfeng gmail com>.

Originally committed as revision 24792 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b476e02
......@@ -166,7 +166,7 @@ static void mms_put_utf16(MMSContext *mms, uint8_t *src)
static int send_time_test_data(MMSTContext *mmst)
{
start_command_packet(mmst, CS_PKT_TIMING_DATA_REQUEST);
insert_command_prefixes(&mmst->mms, 0xf0f0f0f1, 0x0004000b);
insert_command_prefixes(&mmst->mms, 0x00f0f0f0, 0x0004000b);
return send_command_packet(mmst);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment