Browse Source

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
tags/n0.8
Zhentan Feng Ronald S. Bultje 15 years ago
parent
commit
99ab8ff049
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mmst.c

+ 1
- 1
libavformat/mmst.c View File

@@ -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);
}



Loading…
Cancel
Save