Finished FLV2DTSC code, fixed a lot of bugs in new code, added DTSC info tool.

This commit is contained in:
Thulinma 2011-09-13 17:20:39 +02:00
parent e23fbfd109
commit 1b7ab627b5
7 changed files with 432 additions and 58 deletions

View file

@ -109,7 +109,7 @@ std::string FLV::Tag::tagType(){
case 4: R += "VP6"; break;
case 5: R += "VP6Alpha"; break;
case 6: R += "ScreenVideo2"; break;
case 7: R += "AVC"; break;
case 7: R += "H264"; break;
default: R += "unknown"; break;
}
R += " video ";