projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca78dc3
)
10l, Fix YUV ljpeg that i just broke by mistake.
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 10 Dec 2009 19:41:47 +0000
(19:41 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 10 Dec 2009 19:41:47 +0000
(19:41 +0000)
Originally committed as revision 20792 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo_enc.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo_enc.c
b/libavcodec/mpegvideo_enc.c
index
e6220c3
..
224ccff
100644
(file)
--- a/
libavcodec/mpegvideo_enc.c
+++ b/
libavcodec/mpegvideo_enc.c
@@
-531,7
+531,7
@@
av_cold int MPV_encode_init(AVCodecContext *avctx)
case CODEC_ID_MJPEG:
s->out_format = FMT_MJPEG;
s->intra_only = 1; /* force intra only for jpeg */
- if(avctx->codec->id == CODEC_ID_MJPEG){
+ if(avctx->codec->id == CODEC_ID_MJPEG
|| avctx->pix_fmt != PIX_FMT_BGRA
){
s->mjpeg_vsample[0] = 2;
s->mjpeg_vsample[1] = 2>>chroma_v_shift;
s->mjpeg_vsample[2] = 2>>chroma_v_shift;