comparison huffyuv.c @ 1309:0cfdbbf84a6c libavcodec

a bottle of coke (=0.5l)
author al3x
date Mon, 16 Jun 2003 10:30:01 +0000
parents 8988af3ae1e8
children 1cbc2380d172
comparison
equal deleted inserted replaced
1308:98e270096355 1309:0cfdbbf84a6c
1122 av_freep(&avctx->stats_out); 1122 av_freep(&avctx->stats_out);
1123 1123
1124 return 0; 1124 return 0;
1125 } 1125 }
1126 1126
1127 #endif //CONFIG_ENCODERS
1128
1129 static const AVOption huffyuv_options[] = 1127 static const AVOption huffyuv_options[] =
1130 { 1128 {
1131 AVOPTION_CODEC_INT("prediction_method", "prediction_method", prediction_method, 0, 2, 0), 1129 AVOPTION_CODEC_INT("prediction_method", "prediction_method", prediction_method, 0, 2, 0),
1132 AVOPTION_END() 1130 AVOPTION_END()
1133 }; 1131 };
1132
1133 #endif //CONFIG_ENCODERS
1134 1134
1135 AVCodec huffyuv_decoder = { 1135 AVCodec huffyuv_decoder = {
1136 "huffyuv", 1136 "huffyuv",
1137 CODEC_TYPE_VIDEO, 1137 CODEC_TYPE_VIDEO,
1138 CODEC_ID_HUFFYUV, 1138 CODEC_ID_HUFFYUV,