better debug message

pull/1185/head
Isaac Connor 2016-09-30 09:37:41 -04:00
parent f99f394a3d
commit fb4a2babc7
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ Debug(2, "Have audio_output_context");
Error( "could not find codec for AAC\n");
}
#else
Error("Not build with libswressample library.");
Error("Not build with libswresample library. Cannot do audio conversion to AAC");
#endif
} else {
Debug(3, "Got AAC" );