From 75f8c78d08e3f0765ca448e7f993a36202f4f7cd Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Thu, 6 Dec 2012 15:22:00 +0000 Subject: [PATCH] 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 --- webrtc/modules/audio_coding/neteq/test/NetEqRTPplay.cc | 2 +- webrtc/modules/audio_coding/neteq/test/ptypes.txt | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/webrtc/modules/audio_coding/neteq/test/NetEqRTPplay.cc b/webrtc/modules/audio_coding/neteq/test/NetEqRTPplay.cc index 83fcbfaab..5c6ff5eea 100644 --- a/webrtc/modules/audio_coding/neteq/test/NetEqRTPplay.cc +++ b/webrtc/modules/audio_coding/neteq/test/NetEqRTPplay.cc @@ -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"); } } diff --git a/webrtc/modules/audio_coding/neteq/test/ptypes.txt b/webrtc/modules/audio_coding/neteq/test/ptypes.txt index 04d35a6d4..18e033bd2 100644 --- a/webrtc/modules/audio_coding/neteq/test/ptypes.txt +++ b/webrtc/modules/audio_coding/neteq/test/ptypes.txt @@ -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