From e1af275ed3fc5a3ab2e50be325e44bd2de705bea Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 20 Jul 2006 15:11:45 +0000 Subject: Added the transcoder, formalized the video and audio formats in format.h --- lib/frame.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/frame.cc') diff --git a/lib/frame.cc b/lib/frame.cc index 472a03a..3a6c1eb 100644 --- a/lib/frame.cc +++ b/lib/frame.cc @@ -30,8 +30,8 @@ #include #include -Frame::Frame(char *vframe, int vframesize, int vformat, - char *aframe, int aframesize, int aformat) +Frame::Frame(char *vframe, int vframesize, video_format_t vformat, + char *aframe, int aframesize, audio_format_t aformat) { // Video this->vframe = vframe; -- cgit v1.2.3