RT_FORMAT_RGB 89 libavcodec/sunrast.c avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_RGB24 : AV_PIX_FMT_BGR24; RT_FORMAT_RGB 92 libavcodec/sunrast.c avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_0RGB : AV_PIX_FMT_0BGR;