mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 20:36:47 +08:00
Fix typo.
Originally committed as revision 19639 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -675,7 +675,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if(avctx->bits_per_raw_sample <=8){
|
if(avctx->bits_per_raw_sample <=8){
|
||||||
av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample inavlid\n");
|
av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample invalid\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
s->version= 1;
|
s->version= 1;
|
||||||
|
Reference in New Issue
Block a user