X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.c;h=76161e9730a942087b7285b648946fa896fe755f;hb=69a5cd9feac5382c378ff1613f586b37f34d8961;hp=8fa35c74d10e2c7a98af487d552328a52e0e178c;hpb=9988899993ee6c514749244ff47d43492c42f395;p=ffmpeg diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 8fa35c74d10..76161e9730a 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -843,10 +843,10 @@ static void decode_postinit(H264Context *h, int setup_finished) stereo->type = AV_STEREO3D_CHECKERBOARD; break; case 1: - stereo->type = AV_STEREO3D_LINES; + stereo->type = AV_STEREO3D_COLUMNS; break; case 2: - stereo->type = AV_STEREO3D_COLUMNS; + stereo->type = AV_STEREO3D_LINES; break; case 3: if (h->quincunx_subsampling)