1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

View File

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