git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
[ffmpeg.git]
/
libavcodec
/
y41pdec.c
diff --git
a/libavcodec/y41pdec.c
b/libavcodec/y41pdec.c
index
97bcc99
..
e283690
100644
(file)
--- a/
libavcodec/y41pdec.c
+++ b/
libavcodec/y41pdec.c
@@
-24,7
+24,7
@@
static av_cold int y41p_decode_init(AVCodecContext *avctx)
{
- avctx->pix_fmt = PIX_FMT_YUV411P;
+ avctx->pix_fmt =
AV_
PIX_FMT_YUV411P;
avctx->bits_per_raw_sample = 12;
if (avctx->width & 7) {