Commit dbc22ea9 authored by al3x's avatar al3x

a bottle of coke (=0.5l)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1962 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 395984e4
...@@ -1124,14 +1124,14 @@ static int encode_end(AVCodecContext *avctx) ...@@ -1124,14 +1124,14 @@ static int encode_end(AVCodecContext *avctx)
return 0; return 0;
} }
#endif //CONFIG_ENCODERS
static const AVOption huffyuv_options[] = static const AVOption huffyuv_options[] =
{ {
AVOPTION_CODEC_INT("prediction_method", "prediction_method", prediction_method, 0, 2, 0), AVOPTION_CODEC_INT("prediction_method", "prediction_method", prediction_method, 0, 2, 0),
AVOPTION_END() AVOPTION_END()
}; };
#endif //CONFIG_ENCODERS
AVCodec huffyuv_decoder = { AVCodec huffyuv_decoder = {
"huffyuv", "huffyuv",
CODEC_TYPE_VIDEO, CODEC_TYPE_VIDEO,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment