Fixing path to ptypes.txt in NetEqRTPplay

The default path to the file ptypes.txt needed by NetEqRTPplay
had gone old. Updating to new repo layout.

Also purging old payload types from the file itself.

Review URL: https://webrtc-codereview.appspot.com/966035

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3243 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2012-12-06 15:22:00 +00:00
parent df94329a4b
commit 75f8c78d08
2 changed files with 1 additions and 7 deletions

View File

@ -381,7 +381,7 @@ int main(int argc, char* argv[])
strncpy(ptypesfile, argv[0], path_len);
ptypesfile[path_len] = '\0';
strcat(ptypesfile,
"src/modules/audio_coding/NetEQ/main/test/ptypes.txt");
"webrtc/modules/audio_coding/neteq/test/ptypes.txt");
ptypeFile = fopen(ptypesfile,"rt");
}
}

View File

@ -1,9 +1,6 @@
pcmu 0
pcma 8
cn 13
//ipcmwb 97
//eg711u 100
//eg711a 101
ilbc 102
isac 103
isacswb 104
@ -15,7 +12,4 @@ cn_swb32 99
pcm16b 93
pcm16b_wb 94
pcm16b_swb32khz 95
//pcm16b_swb48khz 96
//mpeg4aac 122
g722 9
celt32 114