diff options
author | austriancoder <austriancoder> | 2004-09-15 13:53:22 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-15 13:53:22 +0000 |
commit | f25c9f4ffe76f451ac0d591d6e70176cb2882fa5 (patch) | |
tree | 6ef2842adc77ad38af5ec394a0a8b97d851d66ce | |
parent | 720b6e62a42909a17969d5be40ca907d5752cc09 (diff) | |
download | vdr-plugin-dxr3-f25c9f4ffe76f451ac0d591d6e70176cb2882fa5.tar.gz vdr-plugin-dxr3-f25c9f4ffe76f451ac0d591d6e70176cb2882fa5.tar.bz2 |
fixed typo
-rw-r--r-- | dxr3ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3ffmpeg.c b/dxr3ffmpeg.c index dabd793..67ab99e 100644 --- a/dxr3ffmpeg.c +++ b/dxr3ffmpeg.c @@ -79,7 +79,7 @@ bool cDxr3Ffmepg::OpenCodec(struct Dxr3Codec& Codec) } // ================================== -// close codec +//! close codec void cDxr3Ffmepg::CloseCodec(struct Dxr3Codec& Codec) { if (Codec.Open) |