summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-09-21 01:08:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-09-21 01:08:05 +0000
commit98bf48430932ccd082b583af57becea164b8c24c (patch)
tree9428c8857553719029e8c14861f34087ba637321 /libavcodec/wmv2.c
parent22668218f920981fc88ff4175ee6af8b895a201b (diff)
1000l copy and paste typo
Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmv2.c')
-rw-r--r--libavcodec/wmv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c
index b10cce60c9..7c79ee3dad 100644
--- a/libavcodec/wmv2.c
+++ b/libavcodec/wmv2.c
@@ -848,6 +848,6 @@ AVCodec wmv2_encoder = {
wmv2_encode_init,
MPV_encode_picture,
MPV_encode_end,
- .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, -1},
+ .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
};
#endif