remove useless comment

Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2008-05-08 23:15:39 +00:00
parent 5d2b12f6de
commit 931141055b
1 changed files with 0 additions and 2 deletions

View File

@ -81,8 +81,6 @@ static enum PixelFormat GetFfmpegChromaFormat(SchroChromaFormat schro_pix_fmt)
return PIX_FMT_NONE;
}
/*-------------------------DECODER------------------------------------------*/
static int libschroedinger_decode_init(AVCodecContext *avccontext)
{