Mercurial > libavformat.hg
changeset 6374:697815446a12 libavformat
Fix wrong command prefix for timing test in MMST protocol.
Patch by Zhentan Feng <spyfeng gmail com>.
author | rbultje |
---|---|
date | Fri, 13 Aug 2010 17:02:37 +0000 |
parents | 920c249caa55 |
children | 256e51c4f44b |
files | mmst.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mmst.c Thu Aug 12 21:07:17 2010 +0000 +++ b/mmst.c Fri Aug 13 17:02:37 2010 +0000 @@ -166,7 +166,7 @@ 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); }