|
|
@@ -351,6 +351,8 @@ void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, |
|
|
|
case AV_PIX_FMT_GBRP14BE: |
|
|
|
case AV_PIX_FMT_GBRP16LE: |
|
|
|
case AV_PIX_FMT_GBRP16BE: |
|
|
|
case AV_PIX_FMT_GBRAP16LE: |
|
|
|
case AV_PIX_FMT_GBRAP16BE: |
|
|
|
w_align = 16; //FIXME assume 16 pixel per macroblock |
|
|
|
h_align = 16 * 2; // interlaced needs 2 macroblocks height |
|
|
|
break; |
|
|
|