Skip to content
Snippets Groups Projects
Commit 99ab8ff0 authored by Zhentan Feng's avatar Zhentan Feng Committed by Ronald S. Bultje
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment