This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
a bottle of coke (=0.5l)
Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi
23 years ago
parent
0b15bfe7cc
commit
1433e6c499
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/huffyuv.c
+ 2
- 2
libavcodec/huffyuv.c
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save