From 4c3ce2d837865ffd6b45c7c60fdee9379c70c73d Mon Sep 17 00:00:00 2001 From: Thulinma Date: Fri, 2 Mar 2012 17:48:20 +0100 Subject: [PATCH] Fixed DTSC info comment. --- util/dtsc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/dtsc.h b/util/dtsc.h index 30bbc092..3d690d53 100644 --- a/util/dtsc.h +++ b/util/dtsc.h @@ -13,7 +13,7 @@ /// Holds all DDVTECH Stream Container classes and parsers. ///Video: -/// - codec (string: AAC, MP3) +/// - codec (string: H264, H263, VP6) /// - width (int, pixels) /// - height (int, pixels) /// - fpks (int, frames per kilosecond (FPS * 1000)) @@ -21,7 +21,7 @@ /// - init (string, init data) /// ///Audio: -/// - codec (string: H264, H263, VP6) +/// - codec (string: AAC, MP3) /// - rate (int, Hz) /// - size (int, bitsize) /// - bps (int, bytes per second)