diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-19 19:42:48 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-19 19:42:48 +0000 |
commit | 28412439ad4ac3b08148d9ec97697f76ca88d71e (patch) | |
tree | 1cbd5c405c5241c98bb4763375339b80f9f66db0 /src/libxinevdec/yuv_frames.c | |
parent | 4bf515ad59f0ce046f95976e4e2469c91c8a01ac (diff) | |
download | xine-lib-28412439ad4ac3b08148d9ec97697f76ca88d71e.tar.gz xine-lib-28412439ad4ac3b08148d9ec97697f76ca88d71e.tar.bz2 |
hush
CVS patchset: 3972
CVS date: 2003/01/19 19:42:48
Diffstat (limited to 'src/libxinevdec/yuv_frames.c')
-rw-r--r-- | src/libxinevdec/yuv_frames.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libxinevdec/yuv_frames.c b/src/libxinevdec/yuv_frames.c index e8540f441..a16616fd8 100644 --- a/src/libxinevdec/yuv_frames.c +++ b/src/libxinevdec/yuv_frames.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: yuv_frames.c,v 1.1 2003/01/19 19:42:00 guenter Exp $ + * $Id: yuv_frames.c,v 1.2 2003/01/19 19:42:48 guenter Exp $ * * dummy video decoder for uncompressed video frames as delivered by v4l */ @@ -34,7 +34,9 @@ #include "video_out.h" #include "buffer.h" +/* #define LOG +*/ typedef struct { video_decoder_class_t decoder_class; |